summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-08-15 00:48:20 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-08-15 00:48:20 +0000
commit1a4914f3407207b69a7ec96cec337fdc5125f3cf (patch)
treea726f7d2779720159849d180df96572837440789 /lisp/uniquify.el
parent067723639234bf58eeb593b7e38e6e7bb43af9d3 (diff)
downloademacs-1a4914f3407207b69a7ec96cec337fdc5125f3cf.tar.gz
Use find-file-hook instead of find-file-hooks.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 88f513de32c..de5a2a231f2 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -352,7 +352,7 @@ in `uniquify-list-buffers-directory-modes', otherwise returns nil."
;; generate-new-buffer, which is called only by Lisp functions
;; create-file-buffer and rename-uniquely. Rename-uniquely generally
;; isn't used for buffers visiting files, so it's sufficient to hook
-;; rename-buffer and create-file-buffer. (Setting find-file-hooks isn't
+;; rename-buffer and create-file-buffer. (Setting find-file-hook isn't
;; sufficient.)
(defadvice rename-buffer (after rename-buffer-uniquify activate)