diff options
| author | Xue Fuqiao | 2013-08-13 22:26:39 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-13 22:26:39 +0800 |
| commit | f73f4ce69f4b2e8f6c422aca8f8cc36ef72fa725 (patch) | |
| tree | 772f6c658f53e506fce760c1498345428618b777 /lisp/ChangeLog | |
| parent | 956720afe49a46bc64c3bdd5447b318808565809 (diff) | |
| download | emacs-f73f4ce69f4b2e8f6c422aca8f8cc36ef72fa725.tar.gz emacs-f73f4ce69f4b2e8f6c422aca8f8cc36ef72fa725.zip | |
Doc fix for forward-word and backward-word.
* doc/lispref/positions.texi (Word Motion): Remove redundant sentence.
* lisp/simple.el (backward-word): Mention the optional argument.
* src/syntax.c (forward_word): Mention the optional argument.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff9f4ff8707..0c8791d8af7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-08-13 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * simple.el (backward-word): Mention the optional argument. | ||
| 4 | |||
| 1 | 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * frameset.el (frameset--make): Rename constructor from make-frameset. | 7 | * frameset.el (frameset--make): Rename constructor from make-frameset. |