diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-16 17:33:57 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-16 17:33:57 -0500 |
commit | 69107f347b3ac7f51cd22333f57393fd735915f2 (patch) | |
tree | b1dbe911192a77d9be141538b4ee3df5b79ebfcf /admin | |
parent | aaad1e62f3e87873135a465530d6686bed5dc4c3 (diff) | |
download | emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'admin')
-rw-r--r-- | admin/grammars/c.by | 4 | ||||
-rw-r--r-- | admin/notes/unicode | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index 4a52bec07f0..3755c323220 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by @@ -917,8 +917,8 @@ variablearg-opt-name ( ,$1 ) | semantic-list arg-list ( (car ( EXPAND $1 function-pointer )) $2) - ;; Klaus Berndl: This allows variableargs without a arg-name being - ;; parsed correct even if there several pointers (*) + ;; Klaus Berndl: This allows variableargs without an arg-name being + ;; parsed correctly even if there several pointers (*) | opt-stars ( "" ,$1 nil nil nil ) ; diff --git a/admin/notes/unicode b/admin/notes/unicode index 85ba67bc503..ff0de8aeff9 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -85,7 +85,7 @@ regard to completeness. code (keymap.c and print.c). * Rationalize character syntax and its relationship to the Unicode - database. (Applies mainly to symbol an punctuation syntax.) + database. (Applies mainly to symbol and punctuation syntax.) * Fontset handling and customization needs work. We want to relate fonts to scripts, probably based on the Unicode blocks. The |