]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 11:05:02 +0000 (11:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 11:05:02 +0000 (11:05 +0000)
lisp/ChangeLog
lispref/ChangeLog
lispref/variables.texi
man/ChangeLog

index 46c26634f1c08f13688630205d3f62114bff497e..547a03aac22a9745a3c59d8b6b1eaa916f32ee59 100644 (file)
@@ -1,3 +1,14 @@
+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.
index db3dc76acb86d3db6c38e09b706035b74a995e63..1eb87fe43d5046a50fa061dc78ac6a53c92ef48d 100644 (file)
@@ -1,3 +1,16 @@
+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.
index 43f590503ec68994620991b3dae362aa3ed40cbe..7320a2eea9f4c03febd080f249e7f440d3110f4e 100644 (file)
@@ -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 messages 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.
 
index 30fc5c1df7ad9ac2ac07b245a1c774e8b646a77a..4772ed1e73057a14790cf94c5a442f83bada9640 100644 (file)
@@ -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>