From: Luc Teirlinck Date: Wed, 31 Dec 2003 00:24:28 +0000 (+0000) Subject: (Ferror_message_string): Add hyperlink to the definition of `signal' X-Git-Tag: ttn-vms-21-2-B4~8036 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f82ec1e6eedf98b36ee5cc685357f605f6086a17;p=emacs.git (Ferror_message_string): Add hyperlink to the definition of `signal' in the Elisp manual. --- diff --git a/src/print.c b/src/print.c index 441894471a7..3069f732829 100644 --- a/src/print.c +++ b/src/print.c @@ -966,7 +966,9 @@ debug_print (arg) DEFUN ("error-message-string", Ferror_message_string, Serror_message_string, 1, 1, 0, - doc: /* Convert an error value (ERROR-SYMBOL . DATA) to an error message. */) + doc: /* Convert an error value (ERROR-SYMBOL . DATA) to an error message. +See Info anchor `(elisp)Definition of signal' for some details on how this +error message is constructed. */) (obj) Lisp_Object obj; {