Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
49c65071
Commit
49c65071
authored
Apr 26, 2005
by
Richard M. Stallman
Browse files
Fix previous change.
parent
0a3e46de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/eldoc.el
+1
-1
lispref/variables.texi
lispref/variables.texi
+3
-4
No files found.
lisp/emacs-lisp/eldoc.el
View file @
49c65071
...
...
@@ -45,7 +45,7 @@
;; Major modes for other languages may use Eldoc by defining an
;; appropriate function as the buffer-local value of
;; `eldoc-
print-current-symbol-info
-function'.
;; `eldoc-
documentation
-function'.
;;; Code:
...
...
lispref/variables.texi
View file @
49c65071
...
...
@@ -1722,10 +1722,9 @@ stage in the future.
@defmac make-obsolete-variable variable new &optional when
This macro makes the byte-compiler warn that the variable
@var{variable} is obsolete. If @var{new} is a symbol, it is the
variable's new name; the warning messages say to use @var{new}
instead of @var{variable}.
If @var{new} is a string, this is the message and there is no
replacement variable.
variable's new name; then the warning messages says to use @var{new}
instead of @var{variable}. If @var{new} is a string, this is the
message and there is no replacement variable.
If provided, @var{when} should be a string indicating when the
variable was first made obsolete---for example, a date or a release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment