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
5229211e
Commit
5229211e
authored
May 08, 2008
by
Juanma Barranquero
Browse files
(gnus-article-toggle-truncate-lines): Don't use `iff' in docstrings.
parent
db86064f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/gnus/gnus-art.el
lisp/gnus/gnus-art.el
+1
-1
No files found.
lisp/gnus/gnus-art.el
View file @
5229211e
...
...
@@ -2232,7 +2232,7 @@ predicate. See Info node `(gnus)Customizing Articles'."
"Toggle whether to fold or truncate long lines in article the buffer.
If ARG is non-nil and not a number, toggle
`gnus-article-truncate-lines' too. If ARG is a number, truncate
long lines iff arg is positive."
long lines if
and only i
f arg is positive."
(interactive "P")
(cond
((and (numberp arg) (> arg 0))
...
...
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