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
c958d90f
Commit
c958d90f
authored
Jul 29, 1992
by
Richard M. Stallman
Browse files
entered into RCS
parent
ccc58657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+2
-2
No files found.
lisp/textmodes/texinfo.el
View file @
c958d90f
...
@@ -68,8 +68,8 @@
...
@@ -68,8 +68,8 @@
(
define-key
texinfo-mode-map
"\C-c\C-s"
'texinfo-show-structure
)
(
define-key
texinfo-mode-map
"\C-c\C-s"
'texinfo-show-structure
)
(
define-key
texinfo-mode-map
"\""
'tex-insert-quote
)
(
define-key
texinfo-mode-map
"\""
'tex-insert-quote
)
(
define-key
texinfo-mode-map
"\
e
}"
'up-list
)
(
define-key
texinfo-mode-map
"\
C-c
}"
'up-list
)
(
define-key
texinfo-mode-map
"\
e
{"
'texinfo-insert-braces
)
(
define-key
texinfo-mode-map
"\
C-c
{"
'texinfo-insert-braces
)
(
define-key
texinfo-mode-map
"\C-c\C-cv"
'texinfo-insert-@var
)
(
define-key
texinfo-mode-map
"\C-c\C-cv"
'texinfo-insert-@var
)
(
define-key
texinfo-mode-map
"\C-c\C-cs"
'texinfo-insert-@samp
)
(
define-key
texinfo-mode-map
"\C-c\C-cs"
'texinfo-insert-@samp
)
...
...
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