changeset 93546:45896a2e7bee

(Fforward_word): Add ^ interactive spec.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 02 Apr 2008 20:15:32 +0000
parents 63d60f1f216a
children 7a747c3c0def
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Wed Apr 02 20:15:21 2008 +0000
+++ b/src/syntax.c	Wed Apr 02 20:15:32 2008 +0000
@@ -1324,7 +1324,7 @@
   return from;
 }
 
-DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "p",
+DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "^p",
        doc: /* Move point forward ARG words (backward if ARG is negative).
 Normally returns t.
 If an edge of the buffer or a field boundary is reached, point is left there