Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bbda601d
Commit
bbda601d
authored
Sep 29, 2017
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Spelling fixes
parent
695cf530
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
doc/misc/efaq.texi
doc/misc/efaq.texi
+1
-1
etc/ORG-NEWS
etc/ORG-NEWS
+6
-6
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-1
lisp/org/ob-sql.el
lisp/org/ob-sql.el
+1
-1
lisp/org/org-datetree.el
lisp/org/org-datetree.el
+2
-2
lisp/org/org-table.el
lisp/org/org-table.el
+1
-1
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+1
-1
test/lisp/net/tramp-tests.el
test/lisp/net/tramp-tests.el
+1
-1
No files found.
doc/misc/efaq.texi
View file @
bbda601d
...
...
@@ -3501,7 +3501,7 @@ The most up-to-date official GNU software is normally kept at
A
list
of
sites
mirroring
@
samp
{
ftp
.
gnu
.
org
}
can
be
found
at
@
uref
{
https
s
://
www
.
gnu
.
org
/
prep
/
ftp
}
@
uref
{
https
://
www
.
gnu
.
org
/
prep
/
ftp
}
@
node
Difference
between
Emacs
and
XEmacs
@
section
What
is
the
difference
between
Emacs
and
XEmacs
(
formerly
Lucid
Emacs
)?
...
...
etc/ORG-NEWS
View file @
bbda601d
...
...
@@ -50,8 +50,8 @@ You can now find them here :
- https://github.com/org-mime/org-mime
*** Change ~org-texinfo-classes~ value
The value cannot support functions to create section
n
ing commands
anymore. Also, the section
n
ing commands should include commands for
The value cannot support functions to create sectioning commands
anymore. Also, the sectioning commands should include commands for
appendices. See the docstring for more information.
*** Removal of ~:sitemap-sans-extension~
...
...
@@ -159,7 +159,7 @@ developers to prepend code to the scheme block being processed.
Multiple ~:prologue~ headers can be added each of them using a string
with the content to be added.
The scheme blocks are prepared by surronding the code in the block
The scheme blocks are prepared by surro
u
nding the code in the block
with a let form. The content of the ~:prologue~ headers are prepended
before this let form.
...
...
@@ -280,7 +280,7 @@ argument for the scope of the clock table.
Global table of contents are generated using vanilla Markdown syntax
instead of HTML. Also #+TOC keyword, including local table of
contents, are now supported.
**** Add Slov
a
nian translations
**** Add Slov
e
nian translations
**** Implement ~org-export-insert-image-links~
This new function is meant to be used in back-ends supporting images
as descriptions of links, a.k.a. image links. See its docstring for
...
...
@@ -467,7 +467,7 @@ far away in the future.
*** Save point before opening a file with an unknown search option
When following a file link with a search option (e.g., =::#custom-id=)
that doesn't exist in the target file, save positon before raising an
that doesn't exist in the target file, save posit
i
on before raising an
error. As a consequence, it is possible to jump back to the original
document with ~org-mark-ring-goto~ (default binding =C-c &=).
...
...
@@ -479,7 +479,7 @@ See docstring for details.
This variable is a ~defcustom~ and replaces the variable
~org-babel-capitalize-example-region-markers~, which is a ~defvar~ and
is now obs
e
lete.
is now obs
o
lete.
*** =INCLUDE= keywords in commented trees are now ignored.
*** Default value for ~org-texinfo-text-markup-alist~ changed.
...
...
lisp/net/rcirc.el
View file @
bbda601d
...
...
@@ -20,7 +20,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https
s
://www.gnu.org/licenses/>.
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/org/ob-sql.el
View file @
bbda601d
...
...
@@ -127,7 +127,7 @@ SQL Server on Windows and Linux platform."
" "
))
(
defun
org-babel-sql-dbstring-sqsh
(
host
user
password
database
)
"Make sqsh comm
m
and line args for database connection.
"Make sqsh command line args for database connection.
\"sqsh\" is one method to access Sybase or MS SQL via Linux platform"
(
mapconcat
#'
identity
(
delq
nil
...
...
lisp/org/org-datetree.el
View file @
bbda601d
...
...
@@ -54,7 +54,7 @@ Added time stamp is active unless value is `inactive'."
"Find or create an entry for date D.
If KEEP-RESTRICTION is non-nil, do not widen the buffer.
When it is nil, the buffer will be widened to make sure an existing date
tree can be found. If it is the sym
p
ol `subtree-at-point', then the tree
tree can be found. If it is the sym
b
ol `subtree-at-point', then the tree
will be built under the headline at point."
(
setq-local
org-datetree-base-level
1
)
(
save-restriction
...
...
@@ -94,7 +94,7 @@ will be built under the headline at point."
Compared
to
`
org-datetree-find-date-create
'
this
function
creates
entries
ordered
by
week
instead
of
months.
When
it
is
nil
,
the
buffer
will
be
widened
to
make
sure
an
existing
date
tree
can
be
found.
If
it
is
the
sym
p
ol
`
subtree-at-point
',
then
the
tree
tree
can
be
found.
If
it
is
the
sym
b
ol
`
subtree-at-point
',
then
the
tree
will
be
built
under
the
headline
at
point.
"
(setq-local org-datetree-base-level 1)
(save-restriction
...
...
lisp/org/org-table.el
View file @
bbda601d
...
...
@@ -5131,7 +5131,7 @@ information."
(column
;; Call costly `org-export-table-cell-address' only if
;; absolutely necessary, i.e., if one
;; of :fmt :efmt :h
m
ft has a "plist type" value.
;; of :fmt :efmt :hf
m
t has a "plist type" value.
,(and (cl-some (lambda (v) (integerp (car-safe v)))
(list efmt hfmt fmt))
'(1+ (cdr (org-export-table-cell-address cell info))))))
...
...
lisp/progmodes/sh-script.el
View file @
bbda601d
...
...
@@ -3592,7 +3592,7 @@ so that `occur-next' and `occur-prev' will work."
If `sh-use-smie' is non-nil, call `smie-config-guess'.
Otherwise, run the sh-script specific indent learning command, as
decribed below.
de
s
cribed below.
Output in buffer \"*indent*\" shows any lines which have conflicting
values of a variable, and the final value of all variables learned.
...
...
test/lisp/net/tramp-tests.el
View file @
bbda601d
...
...
@@ -2720,7 +2720,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(
file-symlink-p
tmp-name5
)))
;; `smbclient' does not show symlinks in directories, so
;; we cannot delete a non-empty directory. We delete the
;; file explicit
e
ly.
;; file explicitly.
(
delete-file
tmp-name5
))
;; Cleanup.
...
...
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