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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
f2caf08c
Commit
f2caf08c
authored
Mar 04, 2018
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Spelling fixes
parent
f0e5f220
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
26 additions
and
26 deletions
+26
-26
ChangeLog.2
ChangeLog.2
+1
-1
ChangeLog.3
ChangeLog.3
+9
-9
doc/misc/cc-mode.texi
doc/misc/cc-mode.texi
+1
-1
doc/misc/org.texi
doc/misc/org.texi
+1
-1
doc/misc/tramp.texi
doc/misc/tramp.texi
+1
-1
etc/ORG-NEWS
etc/ORG-NEWS
+6
-6
lisp/filenotify.el
lisp/filenotify.el
+1
-1
lisp/frame.el
lisp/frame.el
+1
-1
lisp/org/org-element.el
lisp/org/org-element.el
+1
-1
lisp/org/org.el
lisp/org/org.el
+2
-2
lisp/term.el
lisp/term.el
+2
-2
No files found.
ChangeLog.2
View file @
f2caf08c
...
...
@@ -9949,7 +9949,7 @@
* lisp/files-x.el (modify-dir-local-variable): Small rewrite
Change a variable name to be more meaningful, and reorder some of
the code with no change in behavio
u
r.
the code with no change in behavior.
2016-01-26 Artur Malabarba <bruce.connor.am@gmail.com>
ChangeLog.3
View file @
f2caf08c
...
...
@@ -4805,7 +4805,7 @@
2017-10-11 Alan Third <alan@idiocy.org>
Make frame-list-z-order on NS match Windows behavio
u
r (bug#28788)
Make frame-list-z-order on NS match Windows behavior (bug#28788)
* src/nsfns.m (Fns_frame_list_z_order): If terminal isn't a frame,
ignore it rather than returning nil.
...
...
@@ -5932,7 +5932,7 @@
Flymake uses some new fringe bitmaps
Also fix behavio
u
r whereby flymake wouldn't react to a change in the
Also fix behavior whereby flymake wouldn't react to a change in the
variable.
* lisp/progmodes/flymake-ui.el (flymake-error-bitmap)
...
...
@@ -6180,7 +6180,7 @@
REPORT-FN's calling convention stipulates that a backend calls it with
a list of diagnostics as argument, or, alternatively, with a symbol
denoting an exceptional situation, usually some panic resulting from a
misconfigured backend. In keeping with legacy behavio
u
r,
misconfigured backend. In keeping with legacy behavior,
flymake.el's response to a panic is to disable the issuing backend.
The flymake--diag object representing a diagnostic now also keeps
...
...
@@ -7918,7 +7918,7 @@
2017-09-15 Michael Albinus <michael.albinus@gmx.de>
Improve Tramp behavio
u
r according to bug#27986
Improve Tramp behavior according to bug#27986
* lisp/net/tramp-adb.el (tramp-adb-handle-copy-file):
* lisp/net/tramp-sh.el (tramp-sh-handle-copy-directory):
...
...
@@ -8120,7 +8120,7 @@
Add clarification to if-let* docstring
Also make its behavio
u
r consistent with and-let* in that empty bindings
Also make its behavior consistent with and-let* in that empty bindings
results in success, not failure.
* lisp/emacs-lisp/subr-x.el: Edit docstring, change else to then.
...
...
@@ -22797,7 +22797,7 @@
(Type Descriptors): new section.
* doc/lispref/elisp.texi: reference it.
* doc/lispref/records.texi (Records): reference it. Document
behavio
u
r when type slot is a record.
behavior when type slot is a record.
* admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors.
...
...
@@ -23348,7 +23348,7 @@
Now dired-mark-extension prepends '.' to extension when not present.
Add command dired-mark-suffix to preserve the previous
behavio
u
r (Bug#25942).
behavior (Bug#25942).
* lisp/dired-x.el (dired-mark-suffix): New command;
mark files ending in a given suffix.
(dired--mark-suffix-interactive-spec): New defun.
...
...
@@ -45072,7 +45072,7 @@
Sync from gnulib
This incorporates a spelling fix, plus:
2016-05-09 Fix undefined behavio
u
r in gettext.h
2016-05-09 Fix undefined behavior in gettext.h
* lib/gettext.h, lib/mktime.c:
Copy from gnulib.
...
...
@@ -54900,7 +54900,7 @@
make check unconditional, check-maybe top-level.
* Makefile.in: Add check-maybe target.
* test/Makefile.in: Restore unconditional behavio
u
r to make check.
* test/Makefile.in: Restore unconditional behavior to make check.
2015-12-01 Phillip Lord <phillip.lord@russet.org.uk>
doc/misc/cc-mode.texi
View file @
f2caf08c
...
...
@@ -4734,7 +4734,7 @@ Once again, line 8 is assigned as @code{brace-entry-open} as is line
with anchor point at the @samp{@{} of line 8@footnote{This extra
syntactic element was introduced in @ccmode{} 5.33.1 to allow extra
flexibility in indenting the second line of such a construct. You can
preserve the behavio
u
r resulting from the former syntactic analysis by
preserve the behavior resulting from the former syntactic analysis by
giving @code{brace-list-entry} an offset of
@code{c-lineup-under-anchor} (@pxref{Misc Line-Up}).}, and
@code{brace-list-entry} anchored on the @samp{1} of line 8.
...
...
doc/misc/org.texi
View file @
f2caf08c
...
...
@@ -10237,7 +10237,7 @@ for display purposes only.
@cindex dash, special symbol
@cindex ellipsis, special symbol
In addition to regular entities defined above, Org exports in a special
way@footnote{This behavio
u
r can be disabled with @code{-} export setting
way@footnote{This behavior can be disabled with @code{-} export setting
(@pxref{Export settings}).} the following commonly used character
combinations: @samp{\-} is treated as a shy hyphen, @samp{--} and @samp{---}
are converted into dashes, and @samp{...} becomes a compact set of dots.
...
...
doc/misc/tramp.texi
View file @
f2caf08c
...
...
@@ -3323,7 +3323,7 @@ Why is @file{~/.sh_history} file on the remote host growing?
@vindex tramp
-
histfile
-
override
Due to the remote shell saving tilde expansions triggered by
@value
{
tramp
}
, the history file is probably growing rapidly.
@value
{
tramp
}
can suppress this behavio
u
r with the user option
@value
{
tramp
}
can suppress this behavior with the user option
@option
{
tramp
-
histfile
-
override
}
. When set to @code
{
t
}
, environment
variable @env
{
HISTFILE
}
is unset, and environment variables
@env
{
HISTFILESIZE
}
@env
{
HISTSIZE
}
are set to
0
.
...
...
etc/ORG-NEWS
View file @
f2caf08c
...
...
@@ -1358,7 +1358,7 @@ don't have to be distinct on a heading.
Grouptags had to previously be defined with { }. This syntax is
already used for exclusive tags and Grouptags need their own,
non-exclusive syntax. This behavio
u
r is achieved with [ ]. Note: { }
non-exclusive syntax. This behavior is achieved with [ ]. Note: { }
can still be used also for Grouptags but then only one of the given
tags can be used on the headline at the same time. Example:
...
...
@@ -1422,9 +1422,9 @@ Check the documentation for more details.
Thanks to Jarmo Hurri for this feature.
*** New behavio
u
r for ~org-toggle-latex-fragment~
*** New behavior for ~org-toggle-latex-fragment~
The new behavio
u
r is the following:
The new behavior is the following:
- With a double prefix argument or with a single prefix argument when
point is before the first headline, toggle overlays in the whole
...
...
@@ -1623,10 +1623,10 @@ leading spaces within table cells.
Org uses the MathJax CDN by default. See the manual and the docstring
of ~org-html-mathjax-options~ for details.
*** New behavio
u
r in `org-export-options-alist'
*** New behavior in `org-export-options-alist'
When defining a back-end, it is now possible to specify to give
`parse' behavio
u
r on a keyword. It is equivalent to call
`parse' behavior on a keyword. It is equivalent to call
`org-element-parse-secondary-string' on the value.
However, parsed =KEYWORD= is automatically associated to an
...
...
@@ -1745,7 +1745,7 @@ everywhere in the buffer, possibly corrupting URLs.
*** Removed option =org-babel-sh-command=
This undocumented option defaulted to the value of =shell-file-name= at
the time of loading =ob-shell=. The new behavio
u
r is to use the value
the time of loading =ob-shell=. The new behavior is to use the value
of =shell-file-name= directly when the shell langage is =shell=. To chose
a different shell, either customize =shell-file-name= or bind this
variable locally.
...
...
lisp/filenotify.el
View file @
f2caf08c
...
...
@@ -419,7 +419,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
;; TODO:
;; * Watching a /dir/file may receive events for dir.
;; (This may be the desired behavio
u
r.)
;; (This may be the desired behavior.)
;; * Watching a file in an already watched directory
;; If the file is created and *then* a watch is added to that file, the
;; watch might receive events which occurred prior to it being created,
...
...
lisp/frame.el
View file @
f2caf08c
...
...
@@ -2441,7 +2441,7 @@ See also `toggle-frame-maximized'."
nil
`
((
fullscreen
.
fullboth
)
(
fullscreen-restore
.
,
fullscreen
))))
;; Manipulating a frame without waiting for the fullscreen
;; animation to complete can cause a crash, or other unexpected
;; behavio
u
r, on macOS (bug#28496).
;; behavior, on macOS (bug#28496).
(
when
(
featurep
'cocoa
)
(
sleep-for
0.5
))))
;;;; Key bindings
...
...
lisp/org/org-element.el
View file @
f2caf08c
...
...
@@ -4721,7 +4721,7 @@ indentation removed from its contents."
;; Cache is enabled by default, but can be disabled globally with
;; `org-element-use-cache'. `org-element-cache-sync-idle-time',
;; org-element-cache-sync-duration' and `org-element-cache-sync-break'
;; can be tweaked to control caching behavio
u
r.
;; can be tweaked to control caching behavior.
;;
;; Internally, parsed elements are stored in an AVL tree,
;; `org-element--cache'. This tree is updated lazily: whenever
...
...
lisp/org/org.el
View file @
f2caf08c
...
...
@@ -10641,7 +10641,7 @@ a timestamp or a link."
(save-excursion
;; Do not validate action when point is on the
;; spaces right after the footnote label, in
;; order to be on par with behavio
u
r on links.
;; order to be on par with behavior on links.
(skip-chars-forward " \t")
(let ((begin
(org-element-property :contents-begin context)))
...
...
@@ -10794,7 +10794,7 @@ there is one, return it."
(cons link end)))))
;; TODO: These functions are deprecated since `org-open-at-point'
;; hard-codes behavio
u
r for "file+emacs" and "file+sys" types.
;; hard-codes behavior for "file+emacs" and "file+sys" types.
(defun org-open-file-with-system (path)
"Open file at PATH using the system way of opening it."
(org-open-file path 'system))
...
...
lisp/term.el
View file @
f2caf08c
...
...
@@ -498,7 +498,7 @@ inconsistent with the state of the terminal understood by the
inferior process. Only the process filter is allowed to make
changes to the buffer.
Customize this option to nil if you want the previous behavio
u
r."
Customize this option to nil if you want the previous behavior."
:version "26.1"
:type 'boolean
:group 'term)
...
...
@@ -519,7 +519,7 @@ commands can be invoked on the mouse-selected point or region,
until the process filter (or user) moves point to the process
mark once again.
Customize this option to nil if you want the previous behavio
u
r."
Customize this option to nil if you want the previous behavior."
:version "26.1"
:type 'boolean
:group 'term)
...
...
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