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
0aca1292
Commit
0aca1292
authored
Feb 09, 2012
by
Glenn Morris
Browse files
* doc/emacs/programs.texi (Misc for Programs): Mention electric-layout-mode.
parent
72ca698c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+6
-2
doc/emacs/programs.texi
doc/emacs/programs.texi
+6
-0
No files found.
doc/emacs/ChangeLog
View file @
0aca1292
2012-02-10 Glenn Morris <rgm@gnu.org>
* programs.texi (Misc for Programs): Mention electric-layout-mode.
2012-02-09 Glenn Morris <rgm@gnu.org>
* buffers.texi (Misc Buffer): M-x info does not seem to require a
buffer
switch after M-x rename-uniquely.
* buffers.texi (Misc Buffer): M-x info does not seem to require a
buffer
switch after M-x rename-uniquely.
* trouble.texi (Checklist): Mention C-c m in report-emacs-bug.
...
...
doc/emacs/programs.texi
View file @
0aca1292
...
...
@@ -1415,6 +1415,12 @@ paragraph commands to work on. Auto Fill mode, if enabled in a
programming language major mode, indents the new lines which it
creates.
@findex electric-layout-mode
Electric Layout mode (@kbd{M-x electric-layout-mode}) is a global
minor mode that automatically inserts newlines when you type certain
characters; for example, @samp{@{}, @samp{@}} and @samp{;} in Javascript
mode.
Apart from Hideshow mode (@pxref{Hideshow}), another way to
selectively display parts of a program is to use the selective display
feature (@pxref{Selective Display}). Programming modes often also
...
...
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