From 0c161bdca4a0c2874d260687d116a3a989dec79b Mon Sep 17 00:00:00 2001 From: pmoura Date: Thu, 15 Aug 2002 16:43:01 +0000 Subject: [PATCH] Corrected typo in the documentation of the new predicate hide_predicate/1. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@572 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- docs/yap.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/yap.tex b/docs/yap.tex index 6c7cd9860..07b283518 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -1551,8 +1551,8 @@ Make hidden atom @var{Atom} visible. @findex hide_predicate/1 @snindex hide_predicate/1 @cnindex hide_predicate/1 -Make atom @var{Atom} invisible to @code{current_predicate/2}, -@code{listing} and friends. +Make predicate @var{Pred} invisible to @code{current_predicate/2}, +@code{listing}, and friends. @item expand_exprs(-@var{O},+@var{N}) @findex expand_exprs/2