1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Fix typo.

This commit is contained in:
Pavel Janík 2002-01-12 21:41:26 +00:00
parent f30fe18bf9
commit b9d67a772d
3 changed files with 3 additions and 3 deletions

View File

@ -1233,7 +1233,7 @@ Argument NUM is the number of form feeds to insert."
(defun edt-tab-insert (num) (defun edt-tab-insert (num)
"Insert tab character at cursor position. "Insert tab character at cursor position.
Argument NUM is the the number of tabs to insert." Argument NUM is the number of tabs to insert."
(interactive "*p") (interactive "*p")
(edt-check-prefix num) (edt-check-prefix num)
(while (> num 0) (while (> num 0)

View File

@ -352,7 +352,7 @@ the tasks accomplished by such tools."
The buffer used for Eshell sessions is determined by the value of The buffer used for Eshell sessions is determined by the value of
`eshell-buffer-name'. If there is already an Eshell session active in `eshell-buffer-name'. If there is already an Eshell session active in
that buffer, Emacs will simply switch to it. Otherwise, a new session that buffer, Emacs will simply switch to it. Otherwise, a new session
will begin. A new session is always created if the the prefix will begin. A new session is always created if the prefix
argument ARG is specified. Returns the buffer selected (or created)." argument ARG is specified. Returns the buffer selected (or created)."
(interactive "P") (interactive "P")
(assert eshell-buffer-name) (assert eshell-buffer-name)

View File

@ -297,7 +297,7 @@ The functions come in the following groups.
(defun ogonek-read-encoding (prompt default-name-var) (defun ogonek-read-encoding (prompt default-name-var)
"Read encoding name with completion based on `ogonek-name-encoding-alist'. "Read encoding name with completion based on `ogonek-name-encoding-alist'.
Store the name in the the parameter-variable DEFAULT-NAME-VAR. Store the name in the parameter-variable DEFAULT-NAME-VAR.
PROMPT is a string to be shown when the user is asked for a name." PROMPT is a string to be shown when the user is asked for a name."
(let ((encoding (let ((encoding
(completing-read (completing-read