diff options
| author | Miles Bader | 2007-12-28 22:26:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:26:14 +0000 |
| commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
| tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /lisp/textmodes | |
| parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 5c6638a51e9..54e45d6b28f 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -391,7 +391,7 @@ Don't move back past the buffer position LIMIT. | |||
| 391 | This function is called when we are going to break the current line | 391 | This function is called when we are going to break the current line |
| 392 | after or before a non-ASCII character. If the charset of the | 392 | after or before a non-ASCII character. If the charset of the |
| 393 | character has the property `fill-find-break-point-function', this | 393 | character has the property `fill-find-break-point-function', this |
| 394 | function calls the property value as a function with one arg LINEBEG. | 394 | function calls the property value as a function with one arg LIMIT. |
| 395 | If the charset has no such property, do nothing." | 395 | If the charset has no such property, do nothing." |
| 396 | (let* ((ch (following-char)) | 396 | (let* ((ch (following-char)) |
| 397 | (charset (char-charset ch)) | 397 | (charset (char-charset ch)) |