diff options
| author | Juri Linkov | 2022-07-13 09:58:14 +0300 |
|---|---|---|
| committer | Juri Linkov | 2022-07-13 09:58:14 +0300 |
| commit | c679756a9fb3ebd9a9b5fa9c9c64641fe493e8d8 (patch) | |
| tree | e326fcbf3808c78a7c70f95ef33bd7794314ba83 | |
| parent | 28797db5c96a660ca08fa35b748683ddbaf4c44e (diff) | |
| download | emacs-c679756a9fb3ebd9a9b5fa9c9c64641fe493e8d8.tar.gz emacs-c679756a9fb3ebd9a9b5fa9c9c64641fe493e8d8.zip | |
; Fix typos in the manual
| -rw-r--r-- | doc/emacs/display.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index cadac7e4538..96e05a902d6 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -893,7 +893,7 @@ of 1.2; to change this factor, customize the variable | |||
| 893 | to the @code{text-scale-adjust} command restores the default height, | 893 | to the @code{text-scale-adjust} command restores the default height, |
| 894 | the same as typing @kbd{C-x C-0}. | 894 | the same as typing @kbd{C-x C-0}. |
| 895 | 895 | ||
| 896 | @cindex ajust global font size | 896 | @cindex adjust global font size |
| 897 | @findex global-text-scale-adjust | 897 | @findex global-text-scale-adjust |
| 898 | @vindex global-text-scale-adjust-resizes-frames | 898 | @vindex global-text-scale-adjust-resizes-frames |
| 899 | @kindex C-x C-M-+ | 899 | @kindex C-x C-M-+ |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 20468c0c177..404978b315d 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -2362,7 +2362,7 @@ formats. These can be added with the | |||
| 2362 | viewing Krita files as simple images, you could say something like: | 2362 | viewing Krita files as simple images, you could say something like: |
| 2363 | 2363 | ||
| 2364 | @lisp | 2364 | @lisp |
| 2365 | (image-converter-add | 2365 | (image-converter-add-handler |
| 2366 | "kra" | 2366 | "kra" |
| 2367 | (lambda (file data-p) | 2367 | (lambda (file data-p) |
| 2368 | (if data-p | 2368 | (if data-p |