aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2018-06-02 10:29:37 -0700
committerGlenn Morris2018-06-02 10:29:37 -0700
commit02c7d45d490dd28a1c4effa928f9a8b9373149b0 (patch)
tree670652f24cf21779b201e11a55ebce64158fb39c /doc/misc
parent0aaf14a441041fa8b5810ae0eec624011b53bb4c (diff)
parent90bea37d466f47a65f3790b4bc46b11af9a4a27a (diff)
downloademacs-02c7d45d490dd28a1c4effa928f9a8b9373149b0.tar.gz
emacs-02c7d45d490dd28a1c4effa928f9a8b9373149b0.zip
Merge from origin/emacs-26
90bea37 ; * etc/PROBLEMS: Fix fvwm version number in last commit af82d1f * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31... 4a3aed2 Update Emacs Lisp Intro to match current behavior 21f2247 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... 3257085 Fix previous commit 6d23525 Fix typos in several manuals (Bug#31610) 9188291 Add detailed documentation about lock files e5471b2 Add commentary for subtle aspect of frame.el Conflicts: doc/lispintro/emacs-lisp-intro.texi
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/autotype.texi2
-rw-r--r--doc/misc/org.texi4
-rw-r--r--doc/misc/viper.texi2
-rw-r--r--doc/misc/wisent.texi2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index 3d61d24fa9d..7e2476c225d 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -214,7 +214,7 @@ have been omitted.)
214@cindex skeleton language 214@cindex skeleton language
215 215
216@findex skeleton-insert 216@findex skeleton-insert
217 Skeletons are an shorthand extension to the Lisp language, where various 217 Skeletons are a shorthand extension to the Lisp language, where various
218atoms directly perform either actions on the current buffer or rudimentary 218atoms directly perform either actions on the current buffer or rudimentary
219flow control mechanisms. Skeletons are interpreted by the function 219flow control mechanisms. Skeletons are interpreted by the function
220@code{skeleton-insert}. 220@code{skeleton-insert}.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 807b80dbdb5..3bce0dd7369 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -5134,7 +5134,7 @@ that Org can parse this line correctly:
5134 5134
5135In this example, @samp{GTD} is the @emph{group tag} and it is related to two 5135In this example, @samp{GTD} is the @emph{group tag} and it is related to two
5136other tags: @samp{Control}, @samp{Persp}. Defining @samp{Control} and 5136other tags: @samp{Control}, @samp{Persp}. Defining @samp{Control} and
5137@samp{Persp} as group tags creates an hierarchy of tags: 5137@samp{Persp} as group tags creates a hierarchy of tags:
5138 5138
5139@example 5139@example
5140#+TAGS: [ Control : Context Task ] 5140#+TAGS: [ Control : Context Task ]
@@ -11178,7 +11178,7 @@ Org exports text in this block only when using ASCII back-end.
11178@cindex horizontal rules, in ASCII export 11178@cindex horizontal rules, in ASCII export
11179 11179
11180ASCII back-end recognizes only one attribute, @code{:width}, which specifies 11180ASCII back-end recognizes only one attribute, @code{:width}, which specifies
11181the width of an horizontal rule in number of characters. The keyword and 11181the width of a horizontal rule in number of characters. The keyword and
11182syntax for specifying widths is: 11182syntax for specifying widths is:
11183 11183
11184@example 11184@example
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 19d592f3e87..e67734bc01c 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -4330,7 +4330,7 @@ Same as @code{tabstop}, but affects all buffers.
4330@cindex auto fill 4330@cindex auto fill
4331@cindex word wrap 4331@cindex word wrap
4332wrapmargin: In append mode Vi automatically 4332wrapmargin: In append mode Vi automatically
4333puts a <lf> whenever there is a <sp> or <ht> 4333puts an <lf> whenever there is an <sp> or <ht>
4334within <wm> columns from the right margin. 4334within <wm> columns from the right margin.
4335@item wrapscan 4335@item wrapscan
4336@itemx ws 4336@itemx ws
diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi
index 2dffa089da5..12bb09c7b25 100644
--- a/doc/misc/wisent.texi
+++ b/doc/misc/wisent.texi
@@ -1937,7 +1937,7 @@ rule:
1937@end example 1937@end example
1938 1938
1939Set the @code{reparse-symbol} property of the expanded tag to 1939Set the @code{reparse-symbol} property of the expanded tag to
1940@samp{rule}. A important consequence is that: 1940@samp{rule}. An important consequence is that:
1941 1941
1942@strong{Every nonterminal having any rule that calls @code{EXPANDTAG} 1942@strong{Every nonterminal having any rule that calls @code{EXPANDTAG}
1943in a semantic action, should be declared as a start symbol!} 1943in a semantic action, should be declared as a start symbol!}