aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-19 05:47:15 +0000
committerRichard M. Stallman1994-08-19 05:47:15 +0000
commit7d002ae1699ab29626a6b4f3f479c5af83bb87d9 (patch)
treeb0cc419749c9569a47f172adf6710e5047fdd63b
parentf7765460672aff6afecc47ca699e2eca6433963e (diff)
downloademacs-7d002ae1699ab29626a6b4f3f479c5af83bb87d9.tar.gz
emacs-7d002ae1699ab29626a6b4f3f479c5af83bb87d9.zip
(rot13-other-window): Doc fix.
-rw-r--r--lisp/rot13.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/rot13.el b/lisp/rot13.el
index 9e3c21f73c2..3cad307cab5 100644
--- a/lisp/rot13.el
+++ b/lisp/rot13.el
@@ -46,7 +46,8 @@
46 46
47;;;###autoload 47;;;###autoload
48(defun rot13-other-window () 48(defun rot13-other-window ()
49 "Display current buffer in rot 13 in another window." 49 "Display current buffer in rot 13 in another window.
50To terminate the rot13 display, delete that window."
50 (interactive) 51 (interactive)
51 (let ((w (display-buffer (current-buffer) t))) 52 (let ((w (display-buffer (current-buffer) t)))
52 (set-window-display-table w rot13-display-table))) 53 (set-window-display-table w rot13-display-table)))