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
68a94f5a
Commit
68a94f5a
authored
Apr 26, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
881e0a3c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
7 deletions
+31
-7
lisp/ChangeLog
lisp/ChangeLog
+11
-0
lispref/ChangeLog
lispref/ChangeLog
+13
-0
lispref/variables.texi
lispref/variables.texi
+1
-1
man/ChangeLog
man/ChangeLog
+6
-6
No files found.
lisp/ChangeLog
View file @
68a94f5a
2005-04-26 Richard M. Stallman <rms@gnu.org>
* progmodes/python.el (python-mode):
Use new name eldoc-documentation-function.
* hexl.el (hexl-mode): Use new name eldoc-documentation-function.
* emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
(eldoc-documentation-function):
Renamed from eldoc-print-current-symbol-info-function. Calls changed.
2005-04-26 Nick Roberts <nickrob@snap.net.nz>
* emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
...
...
lispref/ChangeLog
View file @
68a94f5a
2005-04-26 Richard M. Stallman <rms@gnu.org>
* display.texi (Defining Faces):
Document `default' elements of defface spec.
* modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
* variables.texi (Variable Aliases): Clarify text.
2005-04-25 Chong Yidong <cyd@stupidchicken.com>
* windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
* hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
...
...
lispref/variables.texi
View file @
68a94f5a
...
...
@@ -1722,7 +1722,7 @@ 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; then the warning message
s
says to use @var{new}
variable's new name; then the warning message 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.
...
...
man/ChangeLog
View file @
68a94f5a
...
...
@@ -8,15 +8,15 @@
2005-04-25 Chong Yidong <cyd@stupidchicken.com>
* ack.texi (Acknowledgments): Delete info about iso-acc.el
* ack.texi (Acknowledgments): Delete info about iso-acc.el
* dired.texi (Misc Dired Features): Document
dired-compare-directories.
* dired.texi (Misc Dired Features): Document
dired-compare-directories.
* files.texi (Filesets): New node.
(File Conveniences): Document Image mode.
* files.texi (Filesets): New node.
(File Conveniences): Document Image mode.
* text.texi (TeX Print): Document tex-compile.
* text.texi (TeX Print): Document tex-compile.
2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
...
...
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