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
a11756ad
Commit
a11756ad
authored
Apr 03, 2016
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes
parent
0695108b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
18 additions
and
18 deletions
+18
-18
ChangeLog.2
ChangeLog.2
+1
-1
doc/lispref/processes.texi
doc/lispref/processes.texi
+1
-1
doc/misc/emacs-gnutls.texi
doc/misc/emacs-gnutls.texi
+1
-1
lisp/emacs-lisp/ert-x.el
lisp/emacs-lisp/ert-x.el
+1
-1
lisp/gnus/ChangeLog.1
lisp/gnus/ChangeLog.1
+1
-1
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+1
-1
lisp/svg.el
lisp/svg.el
+1
-1
lisp/vc/vc-hg.el
lisp/vc/vc-hg.el
+1
-1
src/process.c
src/process.c
+1
-1
src/xdisp.c
src/xdisp.c
+1
-1
test/lisp/filenotify-tests.el
test/lisp/filenotify-tests.el
+4
-4
test/manual/etags/cp-src/functions.cpp
test/manual/etags/cp-src/functions.cpp
+3
-3
test/manual/etags/html-src/software.html
test/manual/etags/html-src/software.html
+1
-1
No files found.
ChangeLog.2
View file @
a11756ad
...
...
@@ -5798,7 +5798,7 @@
that as the same name can be used for different locations in different
SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and
`local-variable-p' to check if cell name is already in use in this
sheet or needs initiali
s
ation.
sheet or needs initiali
z
ation.
(ses-relocate-all): Cell value relocation : 1) like for name
relocation use the `ses-cell' property rather than comparing actual
name to corresponding standard name. 2) Correct bug introduced in
doc/lispref/processes.texi
View file @
a11756ad
...
...
@@ -2441,7 +2441,7 @@ When opening a TLS connection, this should be where the first element
is the TLS type (which should either be @code{gnutls-x509pki} or
@code{gnutls-anon}, and the remaining elements should form a keyword
list acceptable for @code{gnutls-boot}. (This keyword list can be
o
p
tained from the @code{gnutls-boot-parameters} function.) The TLS
o
b
tained from the @code{gnutls-boot-parameters} function.) The TLS
connection will then be negotiated after completing the connection to
the host.
...
...
doc/misc/emacs-gnutls.texi
View file @
a11756ad
...
...
@@ -181,7 +181,7 @@ syntax are the same as those given to @code{open-network-stream}
Manual
}
). The connection process is called @var
{
name
}
(made unique if
necessary). This function returns the connection process.
The @var
{
nowait
}
parameter means that the s
c
oket should be
The @var
{
nowait
}
parameter means that the so
c
ket should be
asynchronous, and the connection process will be returned to the
caller before TLS negotiation has happened.
...
...
lisp/emacs-lisp/ert-x.el
View file @
a11756ad
...
...
@@ -289,7 +289,7 @@ BUFFER defaults to current buffer. Does not modify BUFFER."
"
Mocks
function
NAME
with
MOCK
and
run
BODY.
Once
BODY
finishes
(
be
it
normally
by
returning
a
value
or
abnormally
by
throwing
or
signal
l
ing
)
,
the
old
definition
of
abnormally
by
throwing
or
signaling
)
,
the
old
definition
of
function
NAME
is
restored.
BODY
may
further
change
the
mock
with
`
fset
'.
...
...
lisp/gnus/ChangeLog.1
View file @
a11756ad
...
...
@@ -3230,7 +3230,7 @@
* gnus-picon.el (gnus-picons-display-pairs): Don't add two bars.
(gnus-picons-try-face): Set the foreground color on the bar.
(gnus-picons-group-exluded-groups): New variable.
(gnus-picons-group-ex
c
luded-groups): New variable.
(gnus-group-display-picons): Use it.
1997-10-13 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
...
...
lisp/progmodes/cc-vars.el
View file @
a11756ad
...
...
@@ -1630,7 +1630,7 @@ identifiers.
If
you
change
this
variable
's
value,
call
the
function
`
c-make-noise-macro-regexps
'
to
set
the
necessary
internal
variables
(
or
do
this
implicitly
by
reinitiali
s
ing
C/C++/Objc
Mode
on
any
buffer
)
.
"
this
implicitly
by
reinitiali
z
ing
C/C++/Objc
Mode
on
any
buffer
)
.
"
:type '(repeat :tag "
List
of
names
" string)
:group 'c)
...
...
lisp/svg.el
View file @
a11756ad
...
...
@@ -29,7 +29,7 @@
(
require
'dom
)
(
defun
svg-create
(
width
height
&rest
args
)
"Create a new, empty SVG image with dimen
t
ions WIDTHxHEIGHT.
"Create a new, empty SVG image with dimen
s
ions WIDTHxHEIGHT.
ARGS can be used to provide `stroke' and `stroke-width' parameters to
any further elements added."
(
dom-node
'svg
...
...
lisp/vc/vc-hg.el
View file @
a11756ad
...
...
@@ -282,7 +282,7 @@ If no list entry produces a useful revision, return `nil'."
:group
'vc-hg
)
(
defcustom
vc-hg-use-file-version-for-mode-line-version
nil
"When enabled, the modeline
will
contain revision informtion for the visited file.
"When enabled, the modeline contain
s
revision inform
a
tion for the visited file.
When not, the revision in the modeline is for the repository
working copy. `nil' is the much faster setting for
large repositories."
...
...
src/process.c
View file @
a11756ad
...
...
@@ -5509,7 +5509,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
{
#ifdef HAVE_GNUTLS
/* If we have an incompletely set up TLS connection,
then defer the sentinel signal
l
ing until
then defer the sentinel signaling until
later. */
if (NILP (p->gnutls_boot_parameters)
&& !p->gnutls_p)
...
...
src/xdisp.c
View file @
a11756ad
...
...
@@ -9844,7 +9844,7 @@ argument as small as possible; in particular, if the buffer contains
long lines that shall be truncated anyway.
The optional argument Y-LIMIT, if non-nil, specifies the maximum text
height (exluding the height of the mode- or header-line, if any) that
height (ex
c
luding the height of the mode- or header-line, if any) that
can be returned. Text lines whose y-coordinate is beyond Y-LIMIT are
ignored. Since calculating the text height of a large buffer can take
some time, it makes sense to specify this argument if the size of the
...
...
test/lisp/filenotify-tests.el
View file @
a11756ad
...
...
@@ -1055,8 +1055,8 @@ the file watch."
(
file-notify--deftest-remote
file-notify-test08-watched-file-in-watched-dir
"Check `file-notify-test08-watched-file-in-watched-dir' for remote files."
)
(
ert-deftest
file-notify-test09-sufficient-res
s
ources
()
"Check that file notification does not use too many res
s
ources."
(
ert-deftest
file-notify-test09-sufficient-resources
()
"Check that file notification does not use too many resources."
:tags
'
(
:expensive-test
)
(
skip-unless
(
file-notify--test-local-enabled
))
;; This test is intended for kqueue only.
...
...
@@ -1093,8 +1093,8 @@ the file watch."
;; Cleanup.
(
file-notify--test-cleanup
)))
(
file-notify--deftest-remote
file-notify-test09-sufficient-res
s
ources
"Check `file-notify-test09-sufficient-res
s
ources' for remote files."
)
(
file-notify--deftest-remote
file-notify-test09-sufficient-resources
"Check `file-notify-test09-sufficient-resources' for remote files."
)
(
defun
file-notify-test-all
(
&optional
interactive
)
"Run all tests for \\[file-notify]."
...
...
test/manual/etags/cp-src/functions.cpp
View file @
a11756ad
#include "main.hpp"
#pragma ident "@(#)functions.cpp 1.0 98/11/12 (c) Rupak Rathore"
// Constructor default argument initiali
s
es to today's values
// Constructor default argument initiali
z
es to today's values
void
Date
::
setDate
(
int
d
,
int
m
,
int
y
){
time_t
t
;
struct
tm
*
ptm
;
...
...
@@ -9,9 +9,9 @@ void Date::setDate ( int d , int m , int y ){
if
(
date
!=
NULL
)
delete
date
;
date
=
NULL
;
if
(
d
==
0
&&
m
==
0
&&
y
==
0
)
//
e
xplicity called or default constructor hence leave it.
if
(
d
==
0
&&
m
==
0
&&
y
==
0
)
//
E
xplicit
l
y called or default constructor hence leave it.
return
;
if
(
d
<
0
&&
m
<
0
&&
d
<
0
)
//
Special instruction to intiali
s
e to today's value
if
(
d
<
0
&&
m
<
0
&&
d
<
0
)
//Special instruction to in
i
tiali
z
e to today's value
d
=
m
=
y
=
0
;
date
=
new
tm
;
ptm
=
localtime
(
&
t
)
;
...
...
test/manual/etags/html-src/software.html
View file @
a11756ad
...
...
@@ -123,7 +123,7 @@ <H5 ID="leasqr">
Since then, the original authors Richard I. Shrager, A.Jutan, Ray Muzic, and
Sean Brennan agreed to put it under the
<A
HREF=
"http://www.gnu.org/licenses/gpl.html"
>
GPL
</A>
. Matthias Jueschke tested
the program using a non-linear optimi
s
ation
<A
the program using a non-linear optimi
z
ation
<A
HREF=
"http://www.itl.nist.gov/div898/strd/nls/nls_main.shtml"
>
test suite
</A>
,
and was satisfied with the results.
...
...
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