]> git.eshelyaron.com Git - emacs.git/commitdiff
(cua--standard-movement-commands): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Mar 2003 14:47:14 +0000 (14:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Mar 2003 14:47:14 +0000 (14:47 +0000)
lisp/emulation/cua-base.el

index de337d9fb821d9df7d077b308eccbecb528b145e..b429e545f1ffb5b9d590ee0fb23f3afec95a1626 100644 (file)
@@ -903,7 +903,7 @@ sets the mark at the new position if repeated with argument."
     end-of-buffer beginning-of-buffer
     scroll-up scroll-down    forward-paragraph backward-paragraph)
   "List of standard movement commands.
-Extra commands should be added to `cua-user-movement-commands'")
+Extra commands should be added to `cua-movement-commands'")
 
 (defvar cua-movement-commands nil
   "User may add additional movement commands to this list.")