diff options
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index f292a1759fc..519decb1d04 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -14825,7 +14825,7 @@ According to its documentation as shown by @kbd{C-h f} (the | |||
| 14825 | @code{describe-function} command), the @code{find-file-noselect} | 14825 | @code{describe-function} command), the @code{find-file-noselect} |
| 14826 | function reads the named file into a buffer and returns the buffer. | 14826 | function reads the named file into a buffer and returns the buffer. |
| 14827 | (Its most recent version includes an optional @var{wildcards} argument, | 14827 | (Its most recent version includes an optional @var{wildcards} argument, |
| 14828 | too, as well as another to read a file literally and an other you | 14828 | too, as well as another to read a file literally and another to |
| 14829 | suppress warning messages. These optional arguments are irrelevant.) | 14829 | suppress warning messages. These optional arguments are irrelevant.) |
| 14830 | 14830 | ||
| 14831 | However, the @code{find-file-noselect} function does not select the | 14831 | However, the @code{find-file-noselect} function does not select the |