From 9715510bdd871888a301e9eece48b7760649e447 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 8 Mar 2003 14:47:14 +0000 Subject: [PATCH] (cua--standard-movement-commands): Fix docstring. --- lisp/emulation/cua-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- 2.39.2