aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2003-03-08 14:47:14 +0000
committerJuanma Barranquero2003-03-08 14:47:14 +0000
commit9715510bdd871888a301e9eece48b7760649e447 (patch)
tree5305d5276fb6dafe71137bda26a047d5f8dbe535 /lisp
parent15213141e3fe5c71abb09321d0784cacbf33a3f7 (diff)
downloademacs-9715510bdd871888a301e9eece48b7760649e447.tar.gz
emacs-9715510bdd871888a301e9eece48b7760649e447.zip
(cua--standard-movement-commands): Fix docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index de337d9fb82..b429e545f1f 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -903,7 +903,7 @@ sets the mark at the new position if repeated with argument."
903 end-of-buffer beginning-of-buffer 903 end-of-buffer beginning-of-buffer
904 scroll-up scroll-down forward-paragraph backward-paragraph) 904 scroll-up scroll-down forward-paragraph backward-paragraph)
905 "List of standard movement commands. 905 "List of standard movement commands.
906Extra commands should be added to `cua-user-movement-commands'") 906Extra commands should be added to `cua-movement-commands'")
907 907
908(defvar cua-movement-commands nil 908(defvar cua-movement-commands nil
909 "User may add additional movement commands to this list.") 909 "User may add additional movement commands to this list.")