diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-11 15:34:17 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-11 15:34:17 +0000 |
commit | d87be1dfc8f886510a30574f7f4917c6cf4aa6c2 (patch) | |
tree | 2736e5f9c38bb507b91ebd0f5bc9edd1fee95a26 /etc | |
parent | c1b513745f93bee34f47901216db2f315b837b20 (diff) | |
download | emacs-d87be1dfc8f886510a30574f7f4917c6cf4aa6c2.tar.gz |
(fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -732,6 +732,9 @@ functions and variables (formerly used for Tamil script). * Lisp Changes in Emacs 23.1 +** `fill-forward-paragraph-function' specifies which function the filling +code should use to find paragraph boundaries. + ** The variable `this-command-keys-shift-translated' is non-nil if the key sequence invoking the current command was found by shift-translation. |