don't use function-equal in nadvice
[bpt/emacs.git] / lisp / textmodes / fill.el
index dac74e7..7a5b181 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2014 Free
 ;; Software Foundation, Inc.
 
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: wp
 ;; Package: emacs
 
@@ -333,7 +333,7 @@ places."
   "Return non-nil if a one-letter word is before point.
 This function is suitable for adding to the hook `fill-nobreak-predicate',
 to prevent the breaking of a line just after a one-letter word,
-which is an error according to some rules of typography."
+which is an error according to some typographical conventions."
   (save-excursion
     (skip-chars-backward " \t")
     (backward-char 2)