emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/syntax.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/syntax.c,v
Date: Wed, 02 Apr 2008 20:15:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/04/02 20:15:32

Index: syntax.c
===================================================================
RCS file: /sources/emacs/emacs/src/syntax.c,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -b -r1.210 -r1.211
--- syntax.c    12 Feb 2008 21:29:33 -0000      1.210
+++ syntax.c    2 Apr 2008 20:15:32 -0000       1.211
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]