From: Juanma Barranquero Date: Sat, 8 Mar 2003 14:47:14 +0000 (+0000) Subject: (cua--standard-movement-commands): Fix docstring. X-Git-Tag: ttn-vms-21-2-B4~10967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9715510bdd871888a301e9eece48b7760649e447;p=emacs.git (cua--standard-movement-commands): Fix docstring. --- 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." 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.")