diff options
| author | Chong Yidong | 2008-04-02 20:15:32 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-04-02 20:15:32 +0000 |
| commit | 1e9dbb5f644b87177ead183ec9b9b9567dfe806e (patch) | |
| tree | 574dccf8dc5dd801cf3fd39276a6885e9cbe22d8 /src | |
| parent | 9ae750f084864f8a7c4bf9a9ee7d0cd9e7014648 (diff) | |
| download | emacs-1e9dbb5f644b87177ead183ec9b9b9567dfe806e.tar.gz emacs-1e9dbb5f644b87177ead183ec9b9b9567dfe806e.zip | |
(Fforward_word): Add ^ interactive spec.
Diffstat (limited to 'src')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index aa716a5aef0..f282ed3a262 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1324,7 +1324,7 @@ scan_words (from, count) | |||
| 1324 | return from; | 1324 | return from; |
| 1325 | } | 1325 | } |
| 1326 | 1326 | ||
| 1327 | DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "p", | 1327 | DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 1, "^p", |
| 1328 | doc: /* Move point forward ARG words (backward if ARG is negative). | 1328 | doc: /* Move point forward ARG words (backward if ARG is negative). |
| 1329 | Normally returns t. | 1329 | Normally returns t. |
| 1330 | If an edge of the buffer or a field boundary is reached, point is left there | 1330 | If an edge of the buffer or a field boundary is reached, point is left there |