1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

; Fix some ungrammatical uses of "allows to"

* doc/emacs/anti.texi (Antinews):
* etc/NEWS:
* etc/NEWS.29:
* lib/cdefs.h:
* lisp/tab-bar.el (tab-bar-select-restore-windows):
* lisp/vc/vc-git.el (vc-git-print-log-follow):
* m4/gnulib-common.m4 (gl_CHECK_FUNCS_SET_RESULTS):
(gl_CHECK_FUNCS_ANDROID): Fix ungrammatical uses of "allows to".
This commit is contained in:
Sean Whitton 2024-08-30 11:43:35 +01:00
parent 5fbbc3d0cd
commit baaf97ce1a
7 changed files with 11 additions and 11 deletions

View file

@ -1453,7 +1453,7 @@ way may omit certain (merge) commits, and that `log-view-diff'
fails on commits that used the previous name, in that log buffer.
When this variable is nil, and the log ends with a rename, we
show a button below that which allows to show the log for the
show a button below that which allows showing the log for the
file name before the rename."
:type 'boolean
:version "26.1")