aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2000-01-11 17:35:53 +0000
committerRichard M. Stallman2000-01-11 17:35:53 +0000
commit7e4639db611f49c61c1250d4fabf41786ec4a6fb (patch)
treed9646a227c80dcc04b3fc204627d34a7819e9da1 /src
parent6f59462e3bfa979810818778f6233f468cdaf268 (diff)
downloademacs-7e4639db611f49c61c1250d4fabf41786ec4a6fb.tar.gz
emacs-7e4639db611f49c61c1250d4fabf41786ec4a6fb.zip
(Ftry_completion): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index 657726f8f46..a098c68d908 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1019,7 +1019,7 @@ Each car of each element of ALIST is tested to see if it begins with STRING.\n\
1019All that match are compared together; the longest initial sequence\n\ 1019All that match are compared together; the longest initial sequence\n\
1020common to all matches is returned as a string.\n\ 1020common to all matches is returned as a string.\n\
1021If there is no match at all, nil is returned.\n\ 1021If there is no match at all, nil is returned.\n\
1022For an exact match, t is returned.\n\ 1022For a unique match which is exact, t is returned.\n\
1023\n\ 1023\n\
1024ALIST can be an obarray instead of an alist.\n\ 1024ALIST can be an obarray instead of an alist.\n\
1025Then the print names of all symbols in the obarray are the possible matches.\n\ 1025Then the print names of all symbols in the obarray are the possible matches.\n\