]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 31 Dec 2003 00:32:19 +0000 (00:32 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 31 Dec 2003 00:32:19 +0000 (00:32 +0000)
etc/NEWS
lispref/ChangeLog
src/ChangeLog

index fd4ffb215b4442254d8f74475be1979fb3d0be1a..ec9aae9357db74df31051862c8f36305a5872763 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -104,7 +104,10 @@ echo area, using `display-local-help'.
 ** Help mode now only makes hyperlinks for faces when the face name is
 preceded or followed by the word `face'.  It no longer makes
 hyperlinks for variables without variable documentation, unless
-preceded by one of the words `variable' or `option'.
+preceded by one of the words `variable' or `option'.  It now makes
+hyperlinks to Info anchors (or nodes) if the anchor (or node) name is
+enclosed in single quotes and preceded by `info anchor' or `Info
+anchor' (in addition to earlier `info node' and `Info node').
 
 ** The max size of buffers and integers has been doubled.
 On 32bit machines, it is now 256M (i.e. 268435455).
index e1f2d143e6886cb7c97fadd6da28c31709ba0d19..dab200a059af50e9afd1d154c6e36ccd33776e14 100644 (file)
@@ -1,5 +1,8 @@
 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
 
+       * tips.texi (Documentation Tips): Update item on hyperlinks in
+       documentation strings.
+
        * errors.texi (Standard Errors): Various small corrections and
        additions.
 
index 121142703c97ef23069a6eb78970e1610ab9eb99..02211b271ffdeecd38be59f07bff95a773090a0d 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * print.c (Ferror_message_string): Add hyperlink in the docstring
+       to the definition of `signal' in the Elisp manual.
+       * eval.c (Fsignal): Ditto.
+
 2003-12-29  James Clark <jjc@jclark.com>  (tiny change)
 
        * fns.c (internal_equal): Return t for two NaN arguments.