diff options
| author | Jan Synacek | 2021-10-28 23:32:59 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-10-28 23:33:12 +0200 |
| commit | d72fefdeabf2da7668aebc7ec0ff8008d63247a9 (patch) | |
| tree | 965c557fa4bc61918f47016fa956a950bfcbeba3 /doc | |
| parent | bea843dee19f2ac69f0d7a753d3bd917760a0344 (diff) | |
| download | emacs-d72fefdeabf2da7668aebc7ec0ff8008d63247a9.tar.gz emacs-d72fefdeabf2da7668aebc7ec0ff8008d63247a9.zip | |
Fix typos in the manual and in a comment
* lisp/minibuffer.el (completion-pcm--hilit-commonality):
* doc/lispintro/emacs-lisp-intro.texi (Mode Line): Fix typos
(bug#51434).
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc')
| -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 391b6d9c590..308153f9231 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -17843,7 +17843,7 @@ xmodmap -e "keysym Alt_L = Meta_L Alt_L" | |||
| 17843 | Finally, a feature I really like: a modified mode line. | 17843 | Finally, a feature I really like: a modified mode line. |
| 17844 | 17844 | ||
| 17845 | When I work over a network, I forget which machine I am using. Also, | 17845 | When I work over a network, I forget which machine I am using. Also, |
| 17846 | I tend to I lose track of where I am, and which line point is on. | 17846 | I tend to lose track of where I am, and which line point is on. |
| 17847 | 17847 | ||
| 17848 | So I reset my mode line to look like this: | 17848 | So I reset my mode line to look like this: |
| 17849 | 17849 | ||