comparison lisp/textmodes/ispell.el @ 54487:3bb6f178572c

(ispell-help): Doc fix.
author Juri Linkov <juri@jurta.org>
date Mon, 22 Mar 2004 07:48:39 +0000
parents 695cf19ef79e
children 91ef0e2d83b7
comparison
equal deleted inserted replaced
54486:34a469490568 54487:3bb6f178572c
1945 (let ((help-1 (concat "[r/R]eplace word; [a/A]ccept for this session; " 1945 (let ((help-1 (concat "[r/R]eplace word; [a/A]ccept for this session; "
1946 "[i]nsert into private dictionary")) 1946 "[i]nsert into private dictionary"))
1947 (help-2 (concat "[l]ook a word up in alternate dictionary; " 1947 (help-2 (concat "[l]ook a word up in alternate dictionary; "
1948 "e[x/X]it; [q]uit session")) 1948 "e[x/X]it; [q]uit session"))
1949 (help-3 (concat "[u]ncapitalized insert into dict. " 1949 (help-3 (concat "[u]ncapitalized insert into dict. "
1950 "Type 'x C-h d ispell-help' for more help"))) 1950 "Type 'x C-h f ispell-help' for more help")))
1951 (save-window-excursion 1951 (save-window-excursion
1952 (if ispell-help-in-bufferp 1952 (if ispell-help-in-bufferp
1953 (progn 1953 (progn
1954 (ispell-overlay-window 4) 1954 (ispell-overlay-window 4)
1955 (switch-to-buffer (get-buffer-create "*Ispell Help*")) 1955 (switch-to-buffer (get-buffer-create "*Ispell Help*"))