aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/cua-base.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 71c1c847ee3..67cfec61784 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -890,7 +890,9 @@ With a double \\[universal-argument] prefix argument, unconditionally set mark."
890 forward-word backward-word 890 forward-word backward-word
891 end-of-line beginning-of-line 891 end-of-line beginning-of-line
892 end-of-buffer beginning-of-buffer 892 end-of-buffer beginning-of-buffer
893 scroll-up scroll-down forward-paragraph backward-paragraph) 893 scroll-up scroll-down
894 forward-sentence backward-sentence
895 forward-paragraph backward-paragraph)
894 "List of standard movement commands. 896 "List of standard movement commands.
895Extra commands should be added to `cua-movement-commands'") 897Extra commands should be added to `cua-movement-commands'")
896 898