changeset 19044:192305191a1f

(uniquify-buffer-name-style): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Jul 1997 19:29:13 +0000
parents a2853a75ce57
children 59ccb8fd4ee1
files lisp/uniquify.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/uniquify.el	Wed Jul 30 18:15:19 1997 +0000
+++ b/lisp/uniquify.el	Wed Jul 30 19:29:13 1997 +0000
@@ -104,7 +104,7 @@
   :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)