summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-30 19:29:13 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-30 19:29:13 +0000
commita778fa7232b32472cb02caec0fce608914b7cb82 (patch)
tree19084ec04f27b8c78c3ce4228fa1bdb096c967bc
parent5edae9ac0ff30328a1e2923b97b2cf034d13983e (diff)
downloademacs-a778fa7232b32472cb02caec0fce608914b7cb82.tar.gz
(uniquify-buffer-name-style): Fix typo.
-rw-r--r--lisp/uniquify.el2
1 files changed, 1 insertions, 1 deletions
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)