Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8cd86d04
Commit
8cd86d04
authored
Feb 09, 2014
by
Lars Ingebrigtsen
Browse files
(Fyes_or_no_p): Doc fix
Fixes: debbugs:15456
parent
a3a8a7da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/fns.c
src/fns.c
+2
-1
No files found.
src/ChangeLog
View file @
8cd86d04
...
...
@@ -2,6 +2,7 @@
* fns.c (Fmaphash): Say what `maphash' returns, since it may be
unintuitive (bug#15824).
(Fyes_or_no_p): Doc fix (bug#15456).
2014-02-10 Dmitry Antipov <dmantipov@yandex.ru>
...
...
src/fns.c
View file @
8cd86d04
...
...
@@ -2425,7 +2425,8 @@ do_yes_or_no_p (Lisp_Object prompt)
/* Anything that calls this function must protect from GC! */
DEFUN
(
"yes-or-no-p"
,
Fyes_or_no_p
,
Syes_or_no_p
,
1
,
1
,
0
,
doc
:
/* Ask user a yes-or-no question. Return t if answer is yes.
doc
:
/* Ask user a yes-or-no question.
Return t if answer is yes, and nil if the answer is no.
PROMPT is the string to display to ask the question. It should end in
a space; `yes-or-no-p' adds \"(yes or no) \" to it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment