emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Mon, 29 Aug 2005 07:00:10 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.152 emacs/lisp/man.el:1.153
*** emacs/lisp/man.el:1.152     Sat Aug  6 22:13:43 2005
--- emacs/lisp/man.el   Mon Aug 29 11:00:09 2005
***************
*** 445,451 ****
  ;; utilities
  
  (defun Man-init-defvars ()
!   "Used for initialising variables based on display's color support.
  This is necessary if one wants to dump man.el with Emacs."
  
    ;; Avoid possible error in call-process by using a directory that must 
exist.
--- 445,451 ----
  ;; utilities
  
  (defun Man-init-defvars ()
!   "Used for initializing variables based on display's color support.
  This is necessary if one wants to dump man.el with Emacs."
  
    ;; Avoid possible error in call-process by using a directory that must 
exist.
***************
*** 553,560 ****
  (defun Man-translate-references (ref)
    "Translates REF from \"chmod(2V)\" to \"2v chmod\" style.
  Leave it as is if already in that style.  Possibly downcase and
! translate the section (see the Man-downcase-section-letters-flag
! and the Man-section-translations-alist variables)."
    (let ((name "")
          (section "")
          (slist Man-section-translations-alist))
--- 553,560 ----
  (defun Man-translate-references (ref)
    "Translates REF from \"chmod(2V)\" to \"2v chmod\" style.
  Leave it as is if already in that style.  Possibly downcase and
! translate the section (see the `Man-downcase-section-letters-flag'
! and the `Man-section-translations-alist' variables)."
    (let ((name "")
          (section "")
          (slist Man-section-translations-alist))
***************
*** 592,598 ****
  as local filenames.
  Return the value of the variable `Man-support-local-filenames'
  if it was set to nil or t before the call of this function.
! If t, the man command supports `-l' option.  If nil, it don't.
  Otherwise, if the value of `Man-support-local-filenames'
  is neither t nor nil, then determine a new value, set it
  to the variable `Man-support-local-filenames' and return
--- 592,598 ----
  as local filenames.
  Return the value of the variable `Man-support-local-filenames'
  if it was set to nil or t before the call of this function.
! If t, the man command supports `-l' option.  If nil, it doesn't.
  Otherwise, if the value of `Man-support-local-filenames'
  is neither t nor nil, then determine a new value, set it
  to the variable `Man-support-local-filenames' and return
***************
*** 905,912 ****
  
  (defun Man-highlight-references ()
    "Highlight the references on mouse-over.
! references include items in the SEE ALSO section,
! header file(#include <foo.h>) and files in FILES"
    (let ((dummy 0))
      (Man-highlight-references0
       Man-see-also-regexp Man-reference-regexp 1 dummy
--- 905,912 ----
  
  (defun Man-highlight-references ()
    "Highlight the references on mouse-over.
! References include items in the SEE ALSO section,
! header file (#include <foo.h>) and files in FILES."
    (let ((dummy 0))
      (Man-highlight-references0
       Man-see-also-regexp Man-reference-regexp 1 dummy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]