]> code.delx.au - gnu-emacs/commitdiff
(uniquify-buffer-name-style): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 Jul 1997 19:29:13 +0000 (19:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 Jul 1997 19:29:13 +0000 (19:29 +0000)
lisp/uniquify.el

index 33d31987979933487e2901fdfaa110ccfeb51312..3ece1e285379b218e97906c2c658500e9856b55a 100644 (file)
@@ -104,7 +104,7 @@ would have the following buffer names in the various styles:
   :type '(radio (const forward)
                (const reverse)
                (const post-forward)
-               (const podt-forward-angle-brackets)
+               (const post-forward-angle-brackets)
                (const :tag "standard Emacs behavior (nil)" nil))
   :group 'uniquify)