diff options
| author | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-31 00:24:28 +0000 |
|---|---|---|
| committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-31 00:24:28 +0000 |
| commit | f82ec1e6eedf98b36ee5cc685357f605f6086a17 (patch) | |
| tree | dbad62edbc0194a2dada4ea3cb6cf22d9ac217fa | |
| parent | 866f22396f97c755274bc5f81c68789337d05531 (diff) | |
| download | emacs-f82ec1e6eedf98b36ee5cc685357f605f6086a17.tar.gz | |
(Ferror_message_string): Add hyperlink to the definition of `signal'
in the Elisp manual.
| -rw-r--r-- | src/print.c | 4 |
1 files changed, 3 insertions, 1 deletions
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; { |
