Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa308ce2
Commit
aa308ce2
authored
Jan 04, 1996
by
Richard M. Stallman
Browse files
(error): Doc fix.
parent
95420811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/subr.el
lisp/subr.el
+4
-1
No files found.
lisp/subr.el
View file @
aa308ce2
...
...
@@ -704,7 +704,10 @@ This function accepts any number of arguments, but ignores them."
nil
)
(
defun
error
(
&rest
args
)
"Signal an error, making error message by passing all args to `format'."
"Signal an error, making error message by passing all args to `format'.
In Emacs, the convention is that error messages start with a capital
letter but *do not* end with a period. Please follow this convention
for the sake of consistency."
(
while
t
(
signal
'error
(
list
(
apply
'format
args
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment