aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorMiles Bader2007-12-28 22:26:14 +0000
committerMiles Bader2007-12-28 22:26:14 +0000
commitb17f53abc28496125965f36147b76ea5f6a2b4fb (patch)
tree4293e53692f304327ba689dfeea32d1b0b5bc12a /lisp/textmodes
parent2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff)
parentea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff)
downloademacs-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.el2
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.
391This function is called when we are going to break the current line 391This function is called when we are going to break the current line
392after or before a non-ASCII character. If the charset of the 392after or before a non-ASCII character. If the charset of the
393character has the property `fill-find-break-point-function', this 393character has the property `fill-find-break-point-function', this
394function calls the property value as a function with one arg LINEBEG. 394function calls the property value as a function with one arg LIMIT.
395If the charset has no such property, do nothing." 395If 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))