From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: doc-string typos Date: Tue, 10 Oct 2006 15:10:08 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160485789 20275 80.91.229.2 (10 Oct 2006 13:09:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 13:09:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 10 15:09:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXHMY-000151-8y for ged-emacs-devel@m.gmane.org; Tue, 10 Oct 2006 15:09:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXHMX-0000L0-NV for ged-emacs-devel@m.gmane.org; Tue, 10 Oct 2006 09:09:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXHMK-0000JL-Il for emacs-devel@gnu.org; Tue, 10 Oct 2006 09:09:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXHMJ-0000IP-CR for emacs-devel@gnu.org; Tue, 10 Oct 2006 09:09:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXHMJ-0000IM-7K for emacs-devel@gnu.org; Tue, 10 Oct 2006 09:09:23 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GXHU5-0006vN-Ay for emacs-devel@gnu.org; Tue, 10 Oct 2006 09:17:25 -0400 Original-Received: (qmail invoked by alias); 10 Oct 2006 13:09:19 -0000 Original-Received: from N944P003.adsl.highway.telekom.at (EHLO MACHNO) [62.47.61.227] by mail.gmx.net (mp032) with SMTP; 10 Oct 2006 15:09:19 +0200 X-Authenticated: #14592706 Original-To: emacs-devel@gnu.org X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60585 Archived-At: * dnd.el (dnd-handle-one-url): Fix typo in doc-string. * help-at-pt.el (scan-buf-move-to-region): Likewise. * longlines.el (longlines-window-change-function): Likewise. * simple.el (undo-ask-before-discard): Likewise. * wid-edit.el (widget-field-prompt-internal) (widget-documentation-link-p): Likewise. *** dnd.el.~1.12.~ Sat Sep 23 11:08:56 2006 --- dnd.el Sat Oct 7 15:40:00 2006 *************** *** 91,97 **** If no match is found here, and the value of `browse-url-browser-function' is a pair of (REGEXP . FUNCTION), those regexps are tried for a match. If no match is found, just call `dnd-insert-text'. ! WINDOW is where the drop happend, ACTION is the action for the drop, URL is what has been dropped. Returns ACTION." (require 'browse-url) --- 91,97 ---- If no match is found here, and the value of `browse-url-browser-function' is a pair of (REGEXP . FUNCTION), those regexps are tried for a match. If no match is found, just call `dnd-insert-text'. ! WINDOW is where the drop happened, ACTION is the action for the drop, URL is what has been dropped. Returns ACTION." (require 'browse-url) *** help-at-pt.el.~1.12.~ Tue Apr 11 16:23:48 2006 --- help-at-pt.el Sat Oct 7 15:39:08 2006 *************** *** 246,252 **** (defun scan-buf-move-to-region (prop &optional arg hook) "Go to the start of the next region with non-nil PROP property. Then run HOOK, which should be a quoted symbol that is a normal ! hook.variable, or an expression evaluating to such a symbol. Adjacent areas with different non-nil PROP properties are considered different regions. --- 246,252 ---- (defun scan-buf-move-to-region (prop &optional arg hook) "Go to the start of the next region with non-nil PROP property. Then run HOOK, which should be a quoted symbol that is a normal ! hook variable, or an expression evaluating to such a symbol. Adjacent areas with different non-nil PROP properties are considered different regions. *** longlines.el.~1.29.~ Tue Aug 15 10:00:52 2006 --- longlines.el Sat Oct 7 15:37:50 2006 *************** *** 410,416 **** (defun longlines-window-change-function () "Re-wrap the buffer if the window width has changed. ! This is called by `window-size-change-functions'." (when (/= fill-column (- (window-width) window-min-width)) (setq fill-column (- (window-width) window-min-width)) (let ((mod (buffer-modified-p))) --- 410,416 ---- (defun longlines-window-change-function () "Re-wrap the buffer if the window width has changed. ! This is called by `window-configuration-change-hook'." (when (/= fill-column (- (window-width) window-min-width)) (setq fill-column (- (window-width) window-min-width)) (let ((mod (buffer-modified-p))) *** simple.el.~1.831.~ Mon Oct 2 18:38:40 2006 --- simple.el Sat Oct 7 15:40:44 2006 *************** *** 1675,1681 **** Normally, Emacs discards the undo info for the current command if it exceeds `undo-outer-limit'. But if you set this option non-nil, it asks in the echo area whether to discard the info. ! If you answer no, there a slight risk that Emacs might crash, so only do it if you really want to undo the command. This option is mainly intended for debugging. You have to be --- 1675,1681 ---- Normally, Emacs discards the undo info for the current command if it exceeds `undo-outer-limit'. But if you set this option non-nil, it asks in the echo area whether to discard the info. ! If you answer no, there is a slight risk that Emacs might crash, so only do it if you really want to undo the command. This option is mainly intended for debugging. You have to be *** wid-edit.el.~1.168.~ Mon Oct 2 18:38:40 2006 --- wid-edit.el Sat Oct 7 15:45:14 2006 *************** *** 1873,1879 **** "History of field minibuffer edits.") (defun widget-field-prompt-internal (widget prompt initial history) ! "Read string for WIDGET promptinhg with PROMPT. INITIAL is the initial input and HISTORY is a symbol containing the earlier input." (read-string prompt initial history)) --- 1873,1879 ---- "History of field minibuffer edits.") (defun widget-field-prompt-internal (widget prompt initial history) ! "Read string for WIDGET prompting with PROMPT. INITIAL is the initial input and HISTORY is a symbol containing the earlier input." (read-string prompt initial history)) *************** *** 2864,2870 **** (defcustom widget-documentation-link-p 'intern-soft "Predicate used to test if a string is useful as a link. ! The value should be a function. The function will be called one argument, a string, and should return non-nil if there should be a link for that string." :type 'function --- 2864,2870 ---- (defcustom widget-documentation-link-p 'intern-soft "Predicate used to test if a string is useful as a link. ! The value should be a function. The function will be called with one argument, a string, and should return non-nil if there should be a link for that string." :type 'function