all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manuel Uberti via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 60709@debbugs.gnu.org
Subject: bug#60709: 30.0.50; [PATCH] Fix completion-auto-help docstring
Date: Tue, 10 Jan 2023 14:26:13 +0100	[thread overview]
Message-ID: <e93b01e4-cfa7-5d73-58f2-7a14ac1656e1@inventati.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4914 bytes --]

Hi,

I attached a small patch to remove an extra period in
completion-auto-help docstring.


In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
  3.24.33, cairo version 1.16.0) of 2023-01-09 built on baruch
Repository revision: ec105a45c9f8b56ade9e76324960a726eaf24038
Repository branch: master
System Description: Ubuntu 22.04.1 LTS

Configured using:
  'configure --with-native-compilation --with-pgtk'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP
NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS XIM GTK3 ZLIB

Important settings:
   value of $LC_MONETARY: it_IT.UTF-8
   value of $LC_NUMERIC: it_IT.UTF-8
   value of $LC_TIME: it_IT.UTF-8
   value of $LANG: en_US.UTF-8
   value of $XMODIFIERS: @im=ibus
   locale-coding-system: utf-8-unix

Major mode: Shell

Minor modes in effect:
   goto-address-mode: t
   detached-shell-mode: t
   shell-dirtrack-mode: t
   server-mode: t
   comint-fontify-input-mode: t
   savehist-mode: t
   global-so-long-mode: t
   winner-mode: t
   delete-selection-mode: t
   tooltip-mode: t
   global-eldoc-mode: t
   show-paren-mode: t
   electric-indent-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   window-divider-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug pcmpl-git sh-script smie treesit
executable goto-addr detached-shell detached tramp tramp-loaddefs
trampver tramp-integration cus-edit cus-start cus-load wid-edit files-x
tramp-compat parse-time iso8601 ls-lisp format-spec notifications dbus
xml autorevert filenotify shell pcomplete dabbrev flyspell ispell
log-edit message sendmail yank-media puny dired dired-loaddefs rfc822
mml mml-sec epa derived epg rfc6068 epg-config gnus-util mm-decode
mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util
ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader
pcvs-util add-log smerge-mode diff whitespace bug-reference pulse color
view jka-compr find-func xref misearch multi-isearch noutline outline
cl-print completion help-fns radix-tree vc-git diff-mode easy-mmode
vc-dir ewoc vc vc-dispatcher pp buffer-env compat vc-svn server
modus-operandi-theme modus-themes delight comp comp-cstr rx cl-extra
elec-pair time-date checkdoc lisp-mnt help-mode flymake-proc flymake
project compile text-property-search comint ansi-osc ansi-color warnings
icons thingatpt savehist so-long winner ring pdf-loader detached-init
pcase ibuf-macs delsel info auctex-autoloads tex-site
flymake-kondor-autoloads haskell-mode-autoloads markdown-mode-autoloads
cider-autoloads sesman-autoloads parseedn-autoloads parseclj-autoloads
spinner-autoloads buffer-env-autoloads yaml-mode-autoloads
clojure-mode-autoloads compat-autoloads rainbow-mode-autoloads
queue-autoloads pdf-tools-autoloads tablist-autoloads delight-autoloads
detached-autoloads package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv
bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip
cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads dbusbind
inotify dynamic-setting system-font-setting font-render-setting cairo
gtk pgtk lcms2 multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 294328 26812)
  (symbols 48 20071 3)
  (strings 32 64769 6810)
  (string-bytes 1 1963992)
  (vectors 16 39736)
  (vector-slots 8 1323264 80168)
  (floats 8 233 337)
  (intervals 56 1708 0)
  (buffers 976 30))

-- 
Manuel Uberti
https://manueluberti.eu

[-- Attachment #2: 0001-Fix-completion-auto-help-docstring.patch --]
[-- Type: text/x-patch, Size: 1049 bytes --]

From d1e447ac13a794f190ee465c1bb9d59762cf2007 Mon Sep 17 00:00:00 2001
From: Manuel Uberti <manuel.uberti@inventati.org>
Date: Tue, 10 Jan 2023 14:24:04 +0100
Subject: [PATCH] Fix completion-auto-help docstring

* lisp/minibuffer.el (completion-auto-help): Remove extra period.
---
 lisp/minibuffer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index f47299bd0d..21d4607e7c 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -986,7 +986,7 @@ completion-auto-help
 If the value is `visible', the *Completions* buffer is displayed
 whenever completion is requested but cannot be done for the first time,
 but remains visible thereafter, and the list of completions in it is
-updated for subsequent attempts to complete.."
+updated for subsequent attempts to complete."
   :type '(choice (const :tag "Don't show" nil)
                  (const :tag "Show only when cannot complete" t)
                  (const :tag "Show after second failed completion attempt" lazy)
-- 
2.34.1


             reply	other threads:[~2023-01-10 13:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 13:26 Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-01-10 14:24 ` bug#60709: 30.0.50; [PATCH] Fix completion-auto-help docstring Eli Zaretskii
2023-01-10 14:55   ` Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e93b01e4-cfa7-5d73-58f2-7a14ac1656e1@inventati.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=60709@debbugs.gnu.org \
    --cc=manuel.uberti@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.