diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-19 05:47:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-19 05:47:15 +0000 |
commit | 7d002ae1699ab29626a6b4f3f479c5af83bb87d9 (patch) | |
tree | b0cc419749c9569a47f172adf6710e5047fdd63b /lisp/rot13.el | |
parent | f7765460672aff6afecc47ca699e2eca6433963e (diff) | |
download | emacs-7d002ae1699ab29626a6b4f3f479c5af83bb87d9.tar.gz |
(rot13-other-window): Doc fix.
Diffstat (limited to 'lisp/rot13.el')
-rw-r--r-- | lisp/rot13.el | 3 |
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))) |