aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2003-12-31 00:24:28 +0000
committerLuc Teirlinck2003-12-31 00:24:28 +0000
commitf82ec1e6eedf98b36ee5cc685357f605f6086a17 (patch)
treedbad62edbc0194a2dada4ea3cb6cf22d9ac217fa /src
parent866f22396f97c755274bc5f81c68789337d05531 (diff)
downloademacs-f82ec1e6eedf98b36ee5cc685357f605f6086a17.tar.gz
emacs-f82ec1e6eedf98b36ee5cc685357f605f6086a17.zip
(Ferror_message_string): Add hyperlink to the definition of `signal'
in the Elisp manual.
Diffstat (limited to 'src')
-rw-r--r--src/print.c4
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)
966 966
967DEFUN ("error-message-string", Ferror_message_string, Serror_message_string, 967DEFUN ("error-message-string", Ferror_message_string, Serror_message_string,
968 1, 1, 0, 968 1, 1, 0,
969 doc: /* Convert an error value (ERROR-SYMBOL . DATA) to an error message. */) 969 doc: /* Convert an error value (ERROR-SYMBOL . DATA) to an error message.
970See Info anchor `(elisp)Definition of signal' for some details on how this
971error message is constructed. */)
970 (obj) 972 (obj)
971 Lisp_Object obj; 973 Lisp_Object obj;
972{ 974{