]> git.eshelyaron.com Git - emacs.git/commitdiff
(What Is a Function): Fix xref.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 Feb 2006 00:27:09 +0000 (00:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 Feb 2006 00:27:09 +0000 (00:27 +0000)
lispref/ChangeLog
lispref/functions.texi

index 4571afaf3c82935910aa227caccb38d8974a5020..127dbc9e0feffeffdb2fb56d5bc39cfba0ba259e 100644 (file)
@@ -1,3 +1,23 @@
+2006-02-07  Richard M. Stallman  <rms@gnu.org>
+
+       * functions.texi (What Is a Function): Fix xref.
+
+       * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
+       (Changing Key Bindings): Clarify when remapping is better than
+       substitute-key-definition.
+
+2006-02-02  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Basic Completion): Completion alists are risky.
+
+       * keymaps.texi (Active Keymaps): Clarifications.
+       (Searching Keymaps): New node.
+       (Keymaps): Update menu.
+
+       * frames.texi (Layout Parameters): Minor clarification.
+       (Drag and Drop): New node.
+       (Frames): Update menu.
+
 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * display.texi (Other Display Specs, Image Descriptors): Image
        * markers.texi (Overview of Markers): Count insertion type
        as one of a marker's attributes.
 
+       * keymaps.texi (Controlling Active Maps): New node, split out of
+       Active Keymaps.
+       (Keymaps): Menu updated.
+       (Active Keymaps): Give pseudocode to explain how the active
+       maps are searched.  current-active-maps and key-binding moved here.
+       (Functions for Key Lookup): current-active-maps and key-binding moved.
+       Clarifications.
+       (Searching the Keymaps): New subnode.
+
        * elisp.texi (Top): Menu clarification.
 
        * display.texi (Other Display Specs): Delete duplicate entry for
index bc05a1d388d0abe210ef7c97771e46c4eb913559..9c7381b80d7760f3827d213efccdc9b8dc94fdff 100644 (file)
@@ -99,7 +99,7 @@ Keyboard macros (strings and vectors) are commands also, even though
 they are not functions.  A symbol is a command if its function
 definition is a command; such symbols can be invoked with @kbd{M-x}.
 The symbol is a function as well if the definition is a function.
-@xref{Command Overview}.
+@xref{Interactive Call}.
 
 @item keystroke command
 @cindex keystroke command