aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Synacek2021-10-28 23:32:59 +0200
committerLars Ingebrigtsen2021-10-28 23:33:12 +0200
commitd72fefdeabf2da7668aebc7ec0ff8008d63247a9 (patch)
tree965c557fa4bc61918f47016fa956a950bfcbeba3 /doc
parentbea843dee19f2ac69f0d7a753d3bd917760a0344 (diff)
downloademacs-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.texi2
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"
17843Finally, a feature I really like: a modified mode line. 17843Finally, a feature I really like: a modified mode line.
17844 17844
17845When I work over a network, I forget which machine I am using. Also, 17845When I work over a network, I forget which machine I am using. Also,
17846I tend to I lose track of where I am, and which line point is on. 17846I tend to lose track of where I am, and which line point is on.
17847 17847
17848So I reset my mode line to look like this: 17848So I reset my mode line to look like this:
17849 17849