summaryrefslogtreecommitdiff
path: root/lisp/rot13.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-19 05:47:15 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-19 05:47:15 +0000
commitf3fb7263c7ff7231d33026f25b25f182fa0a24ea (patch)
tree741235b3f125eae01da78ac7cc481a22972bb5ef /lisp/rot13.el
parentfaf1627d3c1d8059e5264a15247d398a05941e88 (diff)
downloademacs-f3fb7263c7ff7231d33026f25b25f182fa0a24ea.tar.gz
(rot13-other-window): Doc fix.
Diffstat (limited to 'lisp/rot13.el')
-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 @@
;;;###autoload
(defun rot13-other-window ()
- "Display current buffer in rot 13 in another window."
+ "Display current buffer in rot 13 in another window.
+To terminate the rot13 display, delete that window."
(interactive)
(let ((w (display-buffer (current-buffer) t)))
(set-window-display-table w rot13-display-table)))