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/grammars | |
parent | aaad1e62f3e87873135a465530d6686bed5dc4c3 (diff) | |
download | emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'admin/grammars')
-rw-r--r-- | admin/grammars/c.by | 4 |
1 files changed, 2 insertions, 2 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 ) ; |