From unknown Sat Aug 16 20:56:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71532 <71532@debbugs.gnu.org> To: bug#71532 <71532@debbugs.gnu.org> Subject: Status: [PATCH] 30.0.50; Fix some docstrings in ispell.el Reply-To: bug#71532 <71532@debbugs.gnu.org> Date: Sun, 17 Aug 2025 03:56:25 +0000 retitle 71532 [PATCH] 30.0.50; Fix some docstrings in ispell.el reassign 71532 emacs submitter 71532 Arash Esbati severity 71532 normal tag 71532 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 05:51:13 2024 Received: (at submit) by debbugs.gnu.org; 13 Jun 2024 09:51:13 +0000 Received: from localhost ([127.0.0.1]:39305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHh6u-0001sy-LR for submit@debbugs.gnu.org; Thu, 13 Jun 2024 05:51:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:53728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHh6o-0001sQ-VQ for submit@debbugs.gnu.org; Thu, 13 Jun 2024 05:51:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHh6p-0006Vr-9v for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2024 05:51:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHh6p-0002HL-1b for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2024 05:51:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=j0sh5F0mqcuLFuDYzAJh5aG/SUntnWIxhFIxwqyLO2Q=; b=pvpVm58Y0Tsyw7 XePhvjsyj2fMtWbDLMfZjQkDg4PUtOdQOqqVZccsc4BIc5WXaCHVXyxEKMUFnCerFXxF4ryR40tl+ kTf0GO5MOICI4vEnXHrdo+sGQh4yXKojqrTNTSxMHhGx/d6u5ny8REiQZPLr+EKJ5qKo4H5p32rFh zVqwvM67Q9Wqv5be858EoRs2RlIf6U6JDGJmtVq5GqmpG3TvD7KWsWt5grKRGTkI3z077Hmzqwy4h BNwZMQ1i9NekKHESa1Fm0gj5vWhBF/5TXz/4eguOC1EJmfVZjtz99pk0+YMQHZobFIp8ZhuVuvHAI puPBoW5Y6fIiHzRsX9cQ==; From: Arash Esbati To: "emacs-bugs" Subject: [PATCH] 30.0.50; Fix some docstrings in ispell.el Date: Thu, 13 Jun 2024 11:51:04 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Hi all, please find attached a trivial patch fixing some docstrings in ispell.el. `checkdoc-minor-mode' reports more, but I didn't try to understand the code in order to fix the rest as well. Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Fix-some-docstrings.patch >From cdf1fcacca5dab0e1277f901a86d4b9e334c71ca Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Thu, 13 Jun 2024 11:46:09 +0200 Subject: [PATCH] ; Fix some docstrings. --- lisp/textmodes/ispell.el | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index f523df9881e..3c8ed1d30d7 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -219,8 +219,9 @@ ispell-alternate-dictionary :type '(choice file (const :tag "None" nil))) (defcustom ispell-complete-word-dict nil - "Plain word-list dictionary used for word completion if -different from `ispell-alternate-dictionary'. + "Plain word-list dictionary used for word completion. +This word-list is used if it is different from +`ispell-alternate-dictionary'. This is also used by `ispell-lookup-words' and `ispell-complete-word'." :type '(choice file (const :tag "None" nil))) @@ -639,8 +640,8 @@ ispell-dicts-name2locale-equivs-alist ("slovenian" "sl_SI") ("svenska" "sv_SE") ("hebrew" "he_IL")) - "Alist with known matching locales for standard dict names in -`ispell-dictionary-base-alist'.") + "Alist with known matching locales for standard dict names. +Standard dict names are defined in `ispell-dictionary-base-alist'.") ;;; ********************************************************************** @@ -759,14 +760,16 @@ ispell-with-safe-default-directory ,@body)) (defun ispell-call-process (&rest args) - "Like `call-process', but defend against bad `default-directory'." + "Like `call-process', but defend against bad `default-directory'. +ARGS are passed to `call-process'." (ispell-with-safe-default-directory - (apply 'call-process args))) + (apply #'call-process args))) (defun ispell-call-process-region (&rest args) - "Like `call-process-region', but defend against bad `default-directory'." + "Like `call-process-region', but defend against bad `default-directory'. +ARGS are passed to `call-process'." (ispell-with-safe-default-directory - (apply 'call-process-region args))) + (apply #'call-process-region args))) (defvar ispell-debug-buffer) @@ -856,10 +859,9 @@ ispell-get-aspell-config-value (car (split-string (buffer-string))))) (defun ispell-aspell-find-dictionary (dict-name) - "For Aspell dictionary DICT-NAME, return a list of parameters if an -associated data file is found or nil otherwise. List format is that -of `ispell-dictionary-base-alist' elements." - + "For Aspell dictionary DICT-NAME, return a list of parameters or nil. +List format is that of `ispell-dictionary-base-alist' elements if an +associated data file is found." ;; Make sure `ispell-aspell-dict-dir' is defined (or ispell-aspell-dict-dir (setq ispell-aspell-dict-dir @@ -1607,8 +1609,8 @@ ispell-parsing-keyword The last occurring definition in the buffer will be used.") (defun ispell--\\w-filter (char) - "Return CHAR in a string when CHAR doesn't have \"word\" syntax, -nil otherwise. CHAR must be a character." + "Return CHAR in a string when CHAR doesn't have \"word\" syntax or nil. +CHAR must be a character." (let ((str (string char))) (and (not (string-match "\\w" str)) @@ -3868,7 +3870,8 @@ ispell-message-text-end (defun ispell-mime-multipartp (&optional limit) - "Return multipart message start boundary or nil if none." + "Return multipart message start boundary or nil if none. +LIMIT is passed to `re-search-forward', which see." ;; caller must ensure `case-fold-search' is set to t (and (re-search-forward -- 2.45.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 07:04:30 2024 Received: (at 71532) by debbugs.gnu.org; 13 Jun 2024 11:04:30 +0000 Received: from localhost ([127.0.0.1]:43199 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHiFp-0007ez-Jf for submit@debbugs.gnu.org; Thu, 13 Jun 2024 07:04:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHiFn-0007eb-D3 for 71532@debbugs.gnu.org; Thu, 13 Jun 2024 07:04:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHiFi-0007iG-Kv for 71532@debbugs.gnu.org; Thu, 13 Jun 2024 07:04:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=V9hMTjsfJAnPl8fQEJEVrwCIMS9Ij5/W2r1Om1Zvnjk=; b=TTFqaF3mdD8+ dj+CDpMlIrqWt/pnH3qdhpwu7JlkU/nTgL3zoHWh/pHCr2LRYmaaGjEQuCFbWO0QMZ5I1pq7G4EG5 BMreVRDBKnz5UIKML8ZItzLyNCR3R/oIrruQA6biVhCQRu4zJmei6uCIzhObSCYQzvQ8hbJ6lZi1y sqLOmHYOgpoA8IA/bE5RBlwdyHR0sqgnF2htqe/shxqPqdokASx3SPmmjVwBrJx1Lv6TBx1FVqREW V2pdEgJz4oxw2GXhAquLMo2EXLrufapRtqh5exrnbiy8BBWxneSccKJoR/P9XcgPPVkdgLUWMSE0w +9sqBH0xTBQgLTRRJgQ1Lw==; Date: Thu, 13 Jun 2024 14:04:18 +0300 Message-Id: <86frthyuh9.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: (message from Arash Esbati on Thu, 13 Jun 2024 11:51:04 +0200) Subject: Re: bug#71532: [PATCH] 30.0.50; Fix some docstrings in ispell.el References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71532 Cc: 71532@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Arash Esbati > Date: Thu, 13 Jun 2024 11:51:04 +0200 > > please find attached a trivial patch fixing some docstrings in > ispell.el. Thanks, see some comments below. > `checkdoc-minor-mode' reports more, but I didn't try to > understand the code in order to fix the rest as well. Please show the messages if you have them handy. > (defun ispell-aspell-find-dictionary (dict-name) > - "For Aspell dictionary DICT-NAME, return a list of parameters if an > -associated data file is found or nil otherwise. List format is that > -of `ispell-dictionary-base-alist' elements." > - > + "For Aspell dictionary DICT-NAME, return a list of parameters or nil. > +List format is that of `ispell-dictionary-base-alist' elements if an > +associated data file is found." This is hard to grasp, and the first sentence is also confusing (the "or nil" part is not easy to interpret). Please try to find a better wording. > (defun ispell--\\w-filter (char) > - "Return CHAR in a string when CHAR doesn't have \"word\" syntax, > -nil otherwise. CHAR must be a character." > + "Return CHAR in a string when CHAR doesn't have \"word\" syntax or nil. > +CHAR must be a character." I couldn't parse this doc string. It is not clear what it returns, and it is not clear what does "or nil" refer to. The last sentence should probably say "CHAR must be a valid character." > (defun ispell-mime-multipartp (&optional limit) > - "Return multipart message start boundary or nil if none." > + "Return multipart message start boundary or nil if none. This sentence uses the so-called "construct state" of 4 words, which is a bad idea in English, because the result is very confusing. I would reword: Return the start boundary of a multipart message, or nil if none. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 08:43:53 2024 Received: (at 71532) by debbugs.gnu.org; 13 Jun 2024 12:43:53 +0000 Received: from localhost ([127.0.0.1]:49222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHjo0-0006au-UE for submit@debbugs.gnu.org; Thu, 13 Jun 2024 08:43:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sHjnz-0006aa-6E for 71532@debbugs.gnu.org; Thu, 13 Jun 2024 08:43:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sHjnu-0001iQ-7U for 71532@debbugs.gnu.org; Thu, 13 Jun 2024 08:43:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=yvZasPrjfpUwE9Jupn8IkYeFazaevHkC/o37TmrgdIY=; b=LbS5g1i0FxyAAOHbMYyi kFNin3uhaqK3ydqfllfVBWYL1dON6END7WbfXwceH57wDq9omDwwZnPcmmPoj5nvP4GEFT1760mMa kDgm3d/GQsNHx/+BL+Vx/Nw8zXpaNbz/toYefYH3QK2OP4tWHlv7dHreftJqOlCbdgnz2iJTJIKaX OK6Xgek8E9tzcLfGSvzZvrj8km5R65qUqBgTtX5e2CTjlzI0TH9QXHuRR21Y3NbnbtLpOr73eCOQg zXc9hRRK0T3d8xdTYBdBcp5Xukpj/o3WpXI4D3xXjjdNvTKm0vO2XNMRtz5WvFNVyNgh/DaqI4DTX fHXR35ZPm2fgAA==; From: Arash Esbati To: Eli Zaretskii Subject: Re: bug#71532: [PATCH] 30.0.50; Fix some docstrings in ispell.el In-Reply-To: <86frthyuh9.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 13 Jun 2024 14:04:18 +0300") References: <86frthyuh9.fsf@gnu.org> Date: Thu, 13 Jun 2024 14:43:43 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71532 Cc: 71532@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Eli Zaretskii writes: > Thanks, see some comments below. Thanks for your comments, next try is attached. > Please show the messages if you have them handy. --8<---------------cut here---------------start------------->8--- *** ispell.el: checkdoc-start ispell.el:172: There should be two spaces after a period ispell.el:652: Argument =E2=80=98interactivep=E2=80=99 should appear (as IN= TERACTIVEP) in the doc string ispell.el:1522: All variables and subroutines might as well have a document= ation string ispell.el:1524: All variables and subroutines might as well have a document= ation string ispell.el:1526: All variables and subroutines might as well have a document= ation string ispell.el:1528: All variables and subroutines might as well have a document= ation string ispell.el:1531: All variables and subroutines might as well have a document= ation string ispell.el:1534: All variables and subroutines might as well have a document= ation string ispell.el:1539: All variables and subroutines might as well have a document= ation string ispell.el:1899: Argument =E2=80=98region=E2=80=99 should appear (as REGION)= in the doc string ispell.el:2049: Argument =E2=80=98extra-otherchars=E2=80=99 should appear (= as EXTRA-OTHERCHARS) in the doc string ispell.el:2121: Argument =E2=80=98no-query=E2=80=99 should appear (as NO-QU= ERY) in the doc string ispell.el:2148: Lisp symbol =E2=80=98query-replace=E2=80=99 should appear i= n quotes ispell.el:2433: Some lines are over 80 columns wide ispell.el:2605: Argument =E2=80=98output=E2=80=99 should appear (as OUTPUT)= in the doc string ispell.el:2710: All variables and subroutines might as well have a document= ation string ispell.el:3024: Argument =E2=80=98arg=E2=80=99 should appear (as ARG) in th= e doc string ispell.el:3091: Argument =E2=80=98reg-start=E2=80=99 should appear (as REG-= START) in the doc string ispell.el:3346: Argument =E2=80=98start=E2=80=99 should appear (as START) i= n the doc string ispell.el:3425: Argument =E2=80=98start=E2=80=99 should appear (as START) i= n the doc string ispell.el:3445: All variables and subroutines might as well have a document= ation string ispell.el:3898: Argument =E2=80=98boundary=E2=80=99 should appear (as BOUND= ARY) in the doc string ispell.el:3982: Keycode C-c embedded in doc string. Use \\ & \\[co= mmand] instead ispell.el:4116: All variables and subroutines might as well have a document= ation string --8<---------------cut here---------------end--------------->8--- Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Fix-some-docstrings.-bug-71532.patch >From c9776bb6068e0620d2349cf728b37542df40a427 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Thu, 13 Jun 2024 11:46:09 +0200 Subject: [PATCH] ; Fix some docstrings. (bug#71532) --- lisp/textmodes/ispell.el | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index f523df9881e..d803670e104 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -219,8 +219,9 @@ ispell-alternate-dictionary :type '(choice file (const :tag "None" nil))) (defcustom ispell-complete-word-dict nil - "Plain word-list dictionary used for word completion if -different from `ispell-alternate-dictionary'. + "Plain word-list dictionary used for word completion. +This word-list is used if it is different from +`ispell-alternate-dictionary'. This is also used by `ispell-lookup-words' and `ispell-complete-word'." :type '(choice file (const :tag "None" nil))) @@ -639,8 +640,8 @@ ispell-dicts-name2locale-equivs-alist ("slovenian" "sl_SI") ("svenska" "sv_SE") ("hebrew" "he_IL")) - "Alist with known matching locales for standard dict names in -`ispell-dictionary-base-alist'.") + "Alist with known matching locales for standard dict names. +Standard dict names are defined in `ispell-dictionary-base-alist'.") ;;; ********************************************************************** @@ -759,14 +760,16 @@ ispell-with-safe-default-directory ,@body)) (defun ispell-call-process (&rest args) - "Like `call-process', but defend against bad `default-directory'." + "Like `call-process', but defend against bad `default-directory'. +ARGS are passed to `call-process'." (ispell-with-safe-default-directory - (apply 'call-process args))) + (apply #'call-process args))) (defun ispell-call-process-region (&rest args) - "Like `call-process-region', but defend against bad `default-directory'." + "Like `call-process-region', but defend against bad `default-directory'. +ARGS are passed to `call-process'." (ispell-with-safe-default-directory - (apply 'call-process-region args))) + (apply #'call-process-region args))) (defvar ispell-debug-buffer) @@ -856,10 +859,9 @@ ispell-get-aspell-config-value (car (split-string (buffer-string))))) (defun ispell-aspell-find-dictionary (dict-name) - "For Aspell dictionary DICT-NAME, return a list of parameters if an -associated data file is found or nil otherwise. List format is that -of `ispell-dictionary-base-alist' elements." - + "For Aspell dictionary DICT-NAME, return a list of parameters. +List format is that of `ispell-dictionary-base-alist' elements. Return +nil if no associated data file is found." ;; Make sure `ispell-aspell-dict-dir' is defined (or ispell-aspell-dict-dir (setq ispell-aspell-dict-dir @@ -1607,8 +1609,8 @@ ispell-parsing-keyword The last occurring definition in the buffer will be used.") (defun ispell--\\w-filter (char) - "Return CHAR in a string when CHAR doesn't have \"word\" syntax, -nil otherwise. CHAR must be a character." + "Return CHAR as a string when CHAR doesn't have \"word\" syntax. +CHAR must be a valid character. Return nil otherwise." (let ((str (string char))) (and (not (string-match "\\w" str)) @@ -3868,7 +3870,8 @@ ispell-message-text-end (defun ispell-mime-multipartp (&optional limit) - "Return multipart message start boundary or nil if none." + "Return the start boundary of a multipart message, or nil if none. +LIMIT is passed to `re-search-forward', which see." ;; caller must ensure `case-fold-search' is set to t (and (re-search-forward -- 2.45.2 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 15 08:03:32 2024 Received: (at 71532-done) by debbugs.gnu.org; 15 Jun 2024 12:03:32 +0000 Received: from localhost ([127.0.0.1]:38890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIS83-0002g7-Q6 for submit@debbugs.gnu.org; Sat, 15 Jun 2024 08:03:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sIS82-0002fi-N5 for 71532-done@debbugs.gnu.org; Sat, 15 Jun 2024 08:03:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sIS7s-0004k6-VX for 71532-done@debbugs.gnu.org; Sat, 15 Jun 2024 08:03:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ChxzmOxLumPLpRy3zwy4xP0x/ayyhmVPpRQxbAxMLhw=; b=LJzQA0XOgCwh YFjUsMoeOJ6ScBfuxghfUB+bHNraBpdl8MUsq8oYytrONjXpdrr7nXnzzWs+UsDnhvvVVabWeh2s7 fO9LYkJcRja/BcIDyTvrPlc5qtHnz+0bU+fq34rWuiOeSfKqy1zdRjGgakxMVybOSO05gPi9cDHUI FnqD6RDAaAZC8aM2AKjXfgksOXlctRJ5L7hgh5BAlWc+SEBXlrQCPU5Y2hyHI9HOXaFiVJTi4QvAQ lhN/xjEgXjlHirA1ylLXiUUStfpeNZXkXfB+p/6TKVzTM7NIgS3FPe+6slWscPRbimrE71YdjDu2s uB24LJ/0BscF3Fn7ibpo1w==; Date: Sat, 15 Jun 2024 15:03:15 +0300 Message-Id: <86zfrmtnuk.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: (message from Arash Esbati on Thu, 13 Jun 2024 14:43:43 +0200) Subject: Re: bug#71532: [PATCH] 30.0.50; Fix some docstrings in ispell.el References: <86frthyuh9.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 71532-done Cc: 71532-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Arash Esbati > Cc: 71532@debbugs.gnu.org > Date: Thu, 13 Jun 2024 14:43:43 +0200 > > Eli Zaretskii writes: > > > Thanks, see some comments below. > > Thanks for your comments, next try is attached. Installed, with a slight fix. > > Please show the messages if you have them handy. > > --8<---------------cut here---------------start------------->8--- > *** ispell.el: checkdoc-start Thanks, I tried to fix those. From unknown Sat Aug 16 20:56:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Jul 2024 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator