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
08348502
Commit
08348502
authored
May 16, 1993
by
Richard M. Stallman
Browse files
(tex-insert-quote): Doc fix.
parent
c678a343
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+2
-2
No files found.
lisp/textmodes/tex-mode.el
View file @
08348502
...
...
@@ -487,8 +487,8 @@ Entering SliTeX mode calls the value of `text-mode-hook', then the value of
(
defun
tex-insert-quote
(
arg
)
"Insert the appropriate quote marks for TeX.
Inserts the value of tex-open-quote (normally ``) or tex-close-quote
(normally '') depending on the context. With prefix argument, always
Inserts the value of
`
tex-open-quote
'
(normally ``) or
`
tex-close-quote
'
\
(normally '') depending on the context. With prefix argument, always
inserts \" characters."
(
interactive
"*P"
)
(
if
arg
...
...
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