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
40a8bdf6
Commit
40a8bdf6
authored
Nov 12, 2011
by
Juanma Barranquero
Browse files
Fix typos.
parent
97f18cc8
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
35 additions
and
22 deletions
+35
-22
admin/grammars/python.wy
admin/grammars/python.wy
+1
-1
admin/nt/README-ftp-server
admin/nt/README-ftp-server
+1
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/semantic.texi
doc/misc/semantic.texi
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/ChangeLog.9
lisp/ChangeLog.9
+1
-1
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/bovine/c.el
+1
-1
lisp/cedet/semantic/decorate/include.el
lisp/cedet/semantic/decorate/include.el
+1
-1
lisp/cedet/semantic/tag-file.el
lisp/cedet/semantic/tag-file.el
+1
-1
lisp/cedet/srecode/getset.el
lisp/cedet/srecode/getset.el
+1
-1
lisp/ezimage.el
lisp/ezimage.el
+2
-2
lisp/org/ChangeLog
lisp/org/ChangeLog
+4
-0
lisp/org/org-list.el
lisp/org/org-list.el
+2
-2
lisp/org/org-plot.el
lisp/org/org-plot.el
+1
-1
lisp/progmodes/idlw-shell.el
lisp/progmodes/idlw-shell.el
+2
-2
lisp/textmodes/sgml-mode.el
lisp/textmodes/sgml-mode.el
+1
-1
nt/README.W32
nt/README.W32
+1
-1
src/ChangeLog.11
src/ChangeLog.11
+3
-3
src/ChangeLog.8
src/ChangeLog.8
+1
-1
src/s/hpux10-20.h
src/s/hpux10-20.h
+1
-1
No files found.
admin/grammars/python.wy
View file @
40a8bdf6
...
...
@@ -828,7 +828,7 @@ paren_classes
;
;; In general, the base class can be specified by a general expression
;; which evalu
e
to a class object, i.e., base classes are not just names!
;; which evalu
ates
to a class object, i.e., base classes are not just names!
;; However base classes are names in most cases. Thus the
;; non-terminals below work only with simple names. Even if the
;; parser can parse general expressions, I don't see much benefit in
...
...
admin/nt/README-ftp-server
View file @
40a8bdf6
...
...
@@ -92,7 +92,7 @@ See the end of the file for license conditions.
or libpng.dll. LibPNG requires zlib, which should come from the same
source as you got libpng.
JPEG: requires the Independ
a
nt JPEG Group's libjpeg 6b or later,
JPEG: requires the Independ
e
nt JPEG Group's libjpeg 6b or later,
which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
...
...
doc/misc/ChangeLog
View file @
40a8bdf6
2011-11-11 Juanma Barranquero <lekktu@gmail.com>
* semantic.texi (Tag handling): Fix typo.
2011-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (Other Gnus Versions): Remove.
...
...
doc/misc/semantic.texi
View file @
40a8bdf6
...
...
@@ -306,7 +306,7 @@ Files associated with tags. Goto-tag, file for include, and file for
a prototype.
@item semantic-tag-ls.el
Language depend
a
nt features of a tag, such as parent calculation, slot
Language depend
e
nt features of a tag, such as parent calculation, slot
protection, and other states like abstract, virtual, static, and leaf.
@item semantic-dep.el
...
...
lisp/ChangeLog
View file @
40a8bdf6
2011-11-11 Juanma Barranquero <lekktu@gmail.com>
* progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
* textmodes/sgml-mode.el (html-tag-help): Fix typos.
2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
* electric.el (electric-indent-post-self-insert-function): Make it
...
...
lisp/ChangeLog.9
View file @
40a8bdf6
...
...
@@ -2628,7 +2628,7 @@
2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Use locale depend
a
nt date to print date in header.
* ps-print.el: Use locale depend
e
nt date to print date in header.
Doc fix.
(ps-print-version): New version number (6.5.3).
(ps-right-header, ps-right-footer): Initialization and doc fix.
...
...
lisp/cedet/semantic/bovine/c.el
View file @
40a8bdf6
...
...
@@ -249,7 +249,7 @@ Return the defined symbol as a special spp lex token."
(
point
))))
)
;; Only do argument checking if the paren was immediatly after
;; Only do argument checking if the paren was immediat
e
ly after
;; the macro name.
(
if
with-args
(
semantic-lex-spp-first-token-arg-list
(
car
raw-stream
)))
...
...
lisp/cedet/semantic/decorate/include.el
View file @
40a8bdf6
...
...
@@ -296,7 +296,7 @@ This mode provides a nice context menu on the include statements."
;; Set ourselves up for synchronization
(
semanticdb-cache-get
table
'semantic-decoration-unparsed-include-cache
)
;; Add a depend
a
ncy.
;; Add a depend
e
ncy.
(
let
((
table
semanticdb-current-table
))
(
semanticdb-add-reference
table
tag
))
)
...
...
lisp/cedet/semantic/tag-file.el
View file @
40a8bdf6
...
...
@@ -154,7 +154,7 @@ Depends on `semantic-dependency-include-path' for searching. Always searches
(
setq
result
;; I don't have a plan for refreshing tags with a dependency
;; stuck on them somehow. I'm thinking that putting a cache
;; onto the depend
a
ncy finding with a hash table might be best.
;; onto the depend
e
ncy finding with a hash table might be best.
;;(if (semantic--tag-get-property tag 'dependency-file)
;; (semantic--tag-get-property tag 'dependency-file)
(
:override
...
...
lisp/cedet/srecode/getset.el
View file @
40a8bdf6
...
...
@@ -215,7 +215,7 @@ INCLASS specifies if the cursor is already in CLASS or not."
(
when
(
not
te
)
(
message
"Unknown location for tag-end in %s:"
(
semantic-tag-name
aftertag
)))
(
goto-char
te
)
;; If there is a comment immediatly after aftertag, skip over it.
;; If there is a comment immediat
e
ly after aftertag, skip over it.
(
when
(
looking-at
(
concat
"\\s-*\n?\\s-*"
semantic-lex-comment-regex
))
(
let
((
pos
(
point
))
(
rnext
(
semantic-find-tag-by-overlay-next
(
point
))))
...
...
lisp/ezimage.el
View file @
40a8bdf6
...
...
@@ -257,9 +257,9 @@ Optional argument STRING is a string upon which to add text properties."
(
a
(
assoc
bt
ezimage-expand-image-button-alist
)))
;; Regular images (created with `insert-image' are intangible
;; which (I suppose) make them more compatible with XEmacs 21.
;; Unfortunatly, there is a giant pile o code dependent on the
;; Unfortunat
e
ly, there is a giant pile o
f
code dependent on the
;; underlying text. This means if we leave it tangible, then I
;; don't have to change said giant piles o code.
;; don't have to change said giant piles o
f
code.
(
if
(
and
a
(
symbol-value
(
cdr
a
)))
(
ezimage-insert-over-text
(
symbol-value
(
cdr
a
))
start
...
...
lisp/org/ChangeLog
View file @
40a8bdf6
2011-11-11 Juanma Barranquero <lekktu@gmail.com>
* org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
2011-09-27 Eli Zaretskii <eliz@gnu.org>
* org.el (org-mode): Force left-to-right paragraphs in Org
...
...
lisp/org/org-list.el
View file @
40a8bdf6
...
...
@@ -70,12 +70,12 @@
;; (a few thousand lines long). Thus, code should follow the rule :
;; "collect once, use many". As a corollary, it is usally a bad idea
;; to use directly an interactive function inside the code, as those,
;; being independ
a
nt entities, read the whole list structure another
;; being independ
e
nt entities, read the whole list structure another
;; time.
;;; Code:
(
eval-when-compile
(
eval-when-compile
(
require
'cl
))
(
require
'org-macs
)
(
require
'org-compat
)
...
...
lisp/org/org-plot.el
View file @
40a8bdf6
...
...
@@ -136,7 +136,7 @@ Pass PARAMS through to `orgtbl-to-generic' when exporting TABLE."
"Export the data in TABLE to DATA-FILE for gnuplot.
This means in a format appropriate for grid plotting by gnuplot.
PARAMS specifies which columns of TABLE should be plotted as independent
and depend
a
nt variables."
and depend
e
nt variables."
(
interactive
)
(
let*
((
ind
(
-
(
plist-get
params
:ind
)
1
))
(
deps
(
if
(
plist-member
params
:deps
)
...
...
lisp/progmodes/idlw-shell.el
View file @
40a8bdf6
...
...
@@ -959,7 +959,7 @@ IDL has currently stepped.")
;; Can not use history expansion because "!" is used for system variables.
(
setq
comint-input-autoexpand
nil
)
;; (setq comint-input-ring-size 64)
(
set
(
make-local-variable
'completion-ignore-case
)
t
)
(
set
(
make-local-variable
'comint-completion-addsuffix
)
'
(
"/"
.
""
))
(
setq
comint-input-ignoredups
t
)
...
...
@@ -3707,7 +3707,7 @@ Existing overlays are recycled, in order to minimize consumption."
(
defun
idlwave-shell-make-new-bp-overlay
(
&optional
type
disabled
)
"Make a new overlay for highlighting breakpoints.
This stuff is strongly depend
a
nt upon the version of Emacs. If TYPE
This stuff is strongly depend
e
nt upon the version of Emacs. If TYPE
is passed, make an overlay of that type ('bp or 'bp-cond, currently
only for glyphs)."
(
let
((
ov
(
make-overlay
1
1
))
...
...
lisp/textmodes/sgml-mode.el
View file @
40a8bdf6
...
...
@@ -1872,7 +1872,7 @@ This takes effect when first loading the library.")
(
"dir"
.
"Directory list (obsolete)"
)
(
"div"
.
"Generic block-level container"
)
(
"dl"
.
"Definition list"
)
(
"dt"
.
"Term to be defin
in
ed"
)
(
"dt"
.
"Term to be defined"
)
(
"em"
.
"Emphasized"
)
(
"embed"
.
"Embedded data in foreign format"
)
(
"fig"
.
"Figure"
)
...
...
nt/README.W32
View file @
40a8bdf6
...
...
@@ -142,7 +142,7 @@ See the end of the file for license conditions.
the PNG support will not work, and you will have to download
newer versions.
JPEG: requires the Independ
a
nt JPEG Group's libjpeg 6b or later,
JPEG: requires the Independ
e
nt JPEG Group's libjpeg 6b or later,
which will be called jpeg62.dll, libjpeg.dll, jpeg-62.dll or jpeg.dll.
TIFF: requires libTIFF 3.0 or later, which will be called libtiff3.dll
...
...
src/ChangeLog.11
View file @
40a8bdf6
...
...
@@ -7949,7 +7949,7 @@
2010-05-11 Karel Klíč <kklic@redhat.com>
* ftfont.c: Fix incorrect parentheses of #if condition for
definin
in
g M17N_FLT_USE_NEW_FEATURE.
defining M17N_FLT_USE_NEW_FEATURE.
2010-05-11 Glenn Morris <rgm@gnu.org>
...
...
@@ -25474,7 +25474,7 @@
* term.c (terminal_encode_buffer): Make externally visible.
* makefile.w32-in: Add character.h depend
a
ncies.
* makefile.w32-in: Add character.h depend
e
ncies.
(character.o, chartab.o): New targets.
2008-02-01 Kenichi Handa <handa@m17n.org>
...
...
@@ -29718,7 +29718,7 @@
* keyboard.c (restore_kboard_configuration): Only define when
MULTI_KBOARD defined.
* makefile.w32-in: Update depend
a
ncies from Makefile.in.
* makefile.w32-in: Update depend
e
ncies from Makefile.in.
(OBJ1): Add terminal.$(O)
* term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
src/ChangeLog.8
View file @
40a8bdf6
...
...
@@ -13404,7 +13404,7 @@
1998-10-20 Jason Rumney <jasonr@altavista.net>
* makefile.nt (w32fns.c): Add x-list-font.c to depend
a
ncies.
* makefile.nt (w32fns.c): Add x-list-font.c to depend
e
ncies.
* w32faces.c: Update comments referring to obsolete structs.
(allocate_face, copy_face, face_eql, load_font)
...
...
src/s/hpux10-20.h
View file @
40a8bdf6
...
...
@@ -89,7 +89,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef HAVE_RANDOM
/* Rainer Malzbender <rainer@displaytech.com> says definin
in
g
/* Rainer Malzbender <rainer@displaytech.com> says defining
HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 using GCC. */
#ifndef HAVE_XRMSETDATABASE
#define HAVE_XRMSETDATABASE
...
...
Prev
1
2
Next
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