From: Richard M. Stallman Date: Wed, 30 Jul 1997 19:29:13 +0000 (+0000) Subject: (uniquify-buffer-name-style): Fix typo. X-Git-Tag: emacs-20.1~902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f5074c108b0c4d14a68fe0760492a73b67b4891;p=emacs.git (uniquify-buffer-name-style): Fix typo. --- diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 33d31987979..3ece1e28537 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -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)