From: Jesper Harder Date: Wed, 14 Apr 2004 14:37:17 +0000 (+0000) Subject: Markup fixes. X-Git-Tag: ttn-vms-21-2-B4~6840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3544d1135113921b67604dc5ae8fb5ab26b3771;p=emacs.git Markup fixes. --- diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index a67b208c6fd..9b2df2b2045 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -2333,7 +2333,7 @@ command @var{def}, and @var{key} is the fake function key symbol in the prefix keymap. The remaining arguments @var{props} are additional property list elements to add to the menu item specification. -To define items in some local map, bind @code{`tool-bar-map} with +To define items in some local map, bind @code{tool-bar-map} with @code{let} around calls of this function: @example (defvar foo-tool-bar-map diff --git a/lispref/processes.texi b/lispref/processes.texi index 098d3936e6e..27721efee45 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -1896,7 +1896,7 @@ that port. @end table The original argument list, modified with the actual connection -information, is available via the `process-contact' function. +information, is available via the @code{process-contact} function. @end defun @defun set-network-process-option process option value @@ -1905,7 +1905,7 @@ This function sets or modifies a network option for network process @var{option} and their corresponding values @var{value}. The current setting of an option is available via the -`process-contact' function. +@code{process-contact} function. @end defun @defun network-interface-list