aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 2efeeb2792f..a8ab494eb13 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1967,7 +1967,7 @@ assq_no_quit (Lisp_Object key, Lisp_Object alist)
1967} 1967}
1968 1968
1969/* Assq but doesn't signal. Unlike assq_no_quit, this function still 1969/* Assq but doesn't signal. Unlike assq_no_quit, this function still
1970 detect circular lists; like assq_no_quit, this function does not 1970 detects circular lists; like assq_no_quit, this function does not
1971 allow quits and never signals. If anything goes wrong, it returns 1971 allow quits and never signals. If anything goes wrong, it returns
1972 Qnil. */ 1972 Qnil. */
1973Lisp_Object 1973Lisp_Object