]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fforward_word): Add ^ interactive spec.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:15:32 +0000 (20:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 2 Apr 2008 20:15:32 +0000 (20:15 +0000)
src/syntax.c

index aa716a5aef0855642ccedf7df58975df007155b9..f282ed3a262eabb1b369d8b76f15cef3f5e66bd3 100644 (file)
@@ -1324,7 +1324,7 @@ scan_words (from, count)
   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