# HG changeset patch # User Bastien Guerry # Date 1248660169 0 # Node ID 2658bfb08516c0dd4c692bed30096c521f386910 # Parent 3abca9a8122f94454334262971bce181db19d872 Better docstring for `called-interactively-p'. diff -r 3abca9a8122f -r 2658bfb08516 src/eval.c --- a/src/eval.c Sun Jul 26 23:09:44 2009 +0000 +++ b/src/eval.c Mon Jul 27 02:02:49 2009 +0000 @@ -609,7 +609,7 @@ DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0, - doc: /* Return t if the function using this was called with `call-interactively'. + doc: /* Return t if it is in a function called with `call-interactively'. This is used for implementing advice and other function-modifying features of Emacs.