diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. */ |
| 1973 | Lisp_Object | 1973 | Lisp_Object |