(rot13-other-window): Doc fix.

This commit is contained in:
Richard M. Stallman 1994-08-19 05:47:15 +00:00
parent f776546067
commit 7d002ae169

View file

@ -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)))