(rot13-other-window): Doc fix.
This commit is contained in:
parent
f776546067
commit
7d002ae169
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue